#F5D58E

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

Shades of Cherokee #F5D58E

Tints of Cherokee #F5D58E

Color information

#F5D58E (or 0xF5D58E) is unknown color: approx Cherokee. HEX triplet: F5, D5 and 8E. RGB value is (245,213,142). Sum of RGB (Red+Green+Blue) = 245+213+142=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 213 (83.59% from 255 or 35.5% from 600); Blue value is 142 (55.86% from 255 or 23.67% from 600); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D58E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D58E is #0A2A71. Grayscale: #D6D6D6. Windows color (decimal): -666226 or 9360885. OLE color: 9360885.

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

Color convert

RGB245213142-
CMYK00.130.420.04
HSL41.36º83.74%75.88%-
HSV(B)41.36º42.04%96.08%-
XYZ66.3368.9535.4-
YUV214.4787.1149.77-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.83%
GREEN value IS 213 (83.59% from 255) = 35.5%
BLUE value IS 142 (55.86% from 255) = 23.67%
R=40.83%
G=35.5%
B=23.67%

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
Decimal24521314200.130.420.0441.3683.7475.88
HexF5D58E0D2A429544c
Octal36532521601552451124114
Binary1111010111010101100011100110110101010010100110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D58E; }

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

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

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

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

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

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

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

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