#F9D58C

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

Shades of Cherokee #F9D58C

Tints of Cherokee #F9D58C

Color information

#F9D58C (or 0xF9D58C) is unknown color: approx Cherokee. HEX triplet: F9, D5 and 8C. RGB value is (249,213,140). Sum of RGB (Red+Green+Blue) = 249+213+140=602 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.36% from 602); Green value is 213 (83.59% from 255 or 35.38% from 602); Blue value is 140 (55.08% from 255 or 23.26% from 602); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D58C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D58C is #062A73. Grayscale: #D7D7D7. Windows color (decimal): -404084 or 9229817. OLE color: 9229817.

HSL color Cylindrical-coordinate representation of color #F9D58C: hue angle of 40.18º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F9D58C is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB249213140-
CMYK00.140.440.02
HSL40.18º90.08%76.27%-
HSV(B)40.18º43.78%97.65%-
XYZ67.5969.6234.69-
YUV215.4485.43151.94-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.36%
GREEN value IS 213 (83.59% from 255) = 35.38%
BLUE value IS 140 (55.08% from 255) = 23.26%
R=41.36%
G=35.38%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921314000.140.440.0240.1890.0876.27
HexF9D58C0E2C2285a4c
Octal37132521401654250132114
Binary111110011101010110001100011101011001010100010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D58C; }

 p { color: rgb(249,213,140); }

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

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

 a { background-color: rgb(249,213,140); }

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

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

 span { border-color: rgb(249,213,140); }

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