#F5D78E

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

Shades of Cherokee #F5D78E

Tints of Cherokee #F5D78E

Color information

#F5D78E (or 0xF5D78E) is unknown color: approx Cherokee. HEX triplet: F5, D7 and 8E. RGB value is (245,215,142). Sum of RGB (Red+Green+Blue) = 245+215+142=602 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.70% from 602); Green value is 215 (84.38% from 255 or 35.71% from 602); Blue value is 142 (55.86% from 255 or 23.59% from 602); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D78E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D78E is #0A2871. Grayscale: #D7D7D7. Windows color (decimal): -665714 or 9361397. OLE color: 9361397.

HSL color Cylindrical-coordinate representation of color #F5D78E: hue angle of 42.52º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F5D78E is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB245215142-
CMYK00.120.420.04
HSL42.52º83.74%75.88%-
HSV(B)42.52º42.04%96.08%-
XYZ66.8469.9735.57-
YUV215.6586.44148.94-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.70%
GREEN value IS 215 (84.38% from 255) = 35.71%
BLUE value IS 142 (55.86% from 255) = 23.59%
R=40.70%
G=35.71%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521514200.120.420.0442.5283.7475.88
HexF5D78E0C2A42b544c
Octal36532721601452453124114
Binary1111010111010111100011100110010101010010101110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D78E; }

 p { color: rgb(245,215,142); }

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

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

 a { background-color: rgb(245,215,142); }

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

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

 span { border-color: rgb(245,215,142); }

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