#F9D082

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

Shades of Cherokee #F9D082

Tints of Cherokee #F9D082

Color information

#F9D082 (or 0xF9D082) is unknown color: approx Cherokee. HEX triplet: F9, D0 and 82. RGB value is (249,208,130). Sum of RGB (Red+Green+Blue) = 249+208+130=587 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.42% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 130 (51.17% from 255 or 22.15% from 587); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D082 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D082 is #062F7D. Grayscale: #D3D3D3. Windows color (decimal): -405374 or 8573177. OLE color: 8573177.

HSL color Cylindrical-coordinate representation of color #F9D082: hue angle of 39.33º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F9D082 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB249208130-
CMYK00.160.480.02
HSL39.33º90.84%74.31%-
HSV(B)39.33º47.79%97.65%-
XYZ65.6566.8630.56-
YUV211.3782.08154.84-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.42%
GREEN value IS 208 (81.64% from 255) = 35.43%
BLUE value IS 130 (51.17% from 255) = 22.15%
R=42.42%
G=35.43%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920813000.160.480.0239.3390.8474.31
HexF9D082010302275b4a
Octal37132020202060247133112
Binary1111100111010000100000100100001100001010011110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D082; }

 p { color: rgb(249,208,130); }

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

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

 a { background-color: rgb(249,208,130); }

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

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

 span { border-color: rgb(249,208,130); }

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