#F38865

Color #F38865 Crusta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusta #F38865

Tints of Crusta #F38865

Color information

#F38865 (or 0xF38865) is unknown color: approx Crusta. HEX triplet: F3, 88 and 65. RGB value is (243,136,101). Sum of RGB (Red+Green+Blue) = 243+136+101=480 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.62% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 101 (39.84% from 255 or 21.04% from 480); Max value from RGB is 243 - color contains mainly: red. Hex color #F38865 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38865 is #0C779A. Grayscale: #A4A4A4. Windows color (decimal): -817051 or 6654195. OLE color: 6654195.

HSL color Cylindrical-coordinate representation of color #F38865: hue angle of 14.79º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F38865 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB243136101-
CMYK00.440.580.05
HSL14.79º85.54%67.45%-
HSV(B)14.79º58.44%95.29%-
XYZ48.1237.617.03-
YUV16492.45184.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 243 (95.31% from 255) = 50.62%
GREEN value IS 136 (53.52% from 255) = 28.33%
BLUE value IS 101 (39.84% from 255) = 21.04%
R=50.62%
G=28.33%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313610100.440.580.0514.7985.5467.45
HexF3886502C3A5f5643
Octal36321014505472517126103
Binary111100111000100011001010101100111010101111110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38865; }

 p { color: rgb(243,136,101); }

 H1.HeaderClassName
 {
   color: #F38865;
 }
 .AnyTagClassName
 {
   color: #F38865;
 }
</style>
background-color css

<style>
 a { background-color: #F38865; }

 a { background-color: rgb(243,136,101); }

 div.DivClassName
 {
   background-color: #F38865;
 }
 .BgClassName
 {
   background-color: #F38865;
 }
</style>
border-color css

<style>
 span { border-color: #F38865; }

 span { border-color: rgb(243,136,101); }

 td.TdClassName
 {
   border-color: #F38865;
 }
 .TagClassName
 {
   border-color: #F38865;
 }
</style>