#F9D086

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

Shades of Cherokee #F9D086

Tints of Cherokee #F9D086

Color information

#F9D086 (or 0xF9D086) is unknown color: approx Cherokee. HEX triplet: F9, D0 and 86. RGB value is (249,208,134). Sum of RGB (Red+Green+Blue) = 249+208+134=591 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.13% from 591); Green value is 208 (81.64% from 255 or 35.19% from 591); Blue value is 134 (52.73% from 255 or 22.67% from 591); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D086 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D086 is #062F79. Grayscale: #D4D4D4. Windows color (decimal): -405370 or 8835321. OLE color: 8835321.

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

Color convert

RGB249208134-
CMYK00.160.460.02
HSL38.61º90.55%75.1%-
HSV(B)38.61º46.18%97.65%-
XYZ65.9366.9732.01-
YUV211.8284.08154.52-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.13%
GREEN value IS 208 (81.64% from 255) = 35.19%
BLUE value IS 134 (52.73% from 255) = 22.67%
R=42.13%
G=35.19%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920813400.160.460.0238.6190.5575.1
HexF9D0860102E2275b4b
Octal37132020602056247133113
Binary1111100111010000100001100100001011101010011110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D086; }

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

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

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

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

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

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

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

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