#F5D68E

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

Shades of Cherokee #F5D68E

Tints of Cherokee #F5D68E

Color information

#F5D68E (or 0xF5D68E) is unknown color: approx Cherokee. HEX triplet: F5, D6 and 8E. RGB value is (245,214,142). Sum of RGB (Red+Green+Blue) = 245+214+142=601 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.77% from 601); Green value is 214 (83.98% from 255 or 35.61% from 601); Blue value is 142 (55.86% from 255 or 23.63% from 601); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D68E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D68E is #0A2971. Grayscale: #D7D7D7. Windows color (decimal): -665970 or 9361141. OLE color: 9361141.

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

Color convert

RGB245214142-
CMYK00.130.420.04
HSL41.94º83.74%75.88%-
HSV(B)41.94º42.04%96.08%-
XYZ66.5969.4635.49-
YUV215.0686.77149.35-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.77%
GREEN value IS 214 (83.98% from 255) = 35.61%
BLUE value IS 142 (55.86% from 255) = 23.63%
R=40.77%
G=35.61%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521414200.130.420.0441.9483.7475.88
HexF5D68E0D2A42a544c
Octal36532621601552452124114
Binary1111010111010110100011100110110101010010101010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D68E; }

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

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

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

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

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

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

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

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