#F5C78E

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

Shades of Cherokee #F5C78E

Tints of Cherokee #F5C78E

Color information

#F5C78E (or 0xF5C78E) is unknown color: approx Cherokee. HEX triplet: F5, C7 and 8E. RGB value is (245,199,142). Sum of RGB (Red+Green+Blue) = 245+199+142=586 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.81% from 586); Green value is 199 (78.12% from 255 or 33.96% from 586); Blue value is 142 (55.86% from 255 or 24.23% from 586); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C78E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C78E is #0A3871. Grayscale: #CECECE. Windows color (decimal): -669810 or 9357301. OLE color: 9357301.

HSL color Cylindrical-coordinate representation of color #F5C78E: hue angle of 33.2º 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 #F5C78E is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB245199142-
CMYK00.190.420.04
HSL33.2º83.74%75.88%-
HSV(B)33.2º42.04%96.08%-
XYZ62.9662.2134.28-
YUV206.2691.74155.63-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.81%
GREEN value IS 199 (78.12% from 255) = 33.96%
BLUE value IS 142 (55.86% from 255) = 24.23%
R=41.81%
G=33.96%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519914200.190.420.0433.283.7475.88
HexF5C78E0132A421544c
Octal36530721602352441124114
Binary11110101110001111000111001001110101010010000110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C78E; }

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

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

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

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

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

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

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

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