#F9CF85

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

Shades of Cherokee #F9CF85

Tints of Cherokee #F9CF85

Color information

#F9CF85 (or 0xF9CF85) is unknown color: approx Cherokee. HEX triplet: F9, CF and 85. RGB value is (249,207,133). Sum of RGB (Red+Green+Blue) = 249+207+133=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 133 (52.34% from 255 or 22.58% from 589); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CF85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CF85 is #06307A. Grayscale: #D3D3D3. Windows color (decimal): -405627 or 8769529. OLE color: 8769529.

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

Color convert

RGB249207133-
CMYK00.170.470.02
HSL38.28º90.62%74.9%-
HSV(B)38.28º46.59%97.65%-
XYZ65.6166.4631.56-
YUV211.1283.91155.02-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.28%
GREEN value IS 207 (81.25% from 255) = 35.14%
BLUE value IS 133 (52.34% from 255) = 22.58%
R=42.28%
G=35.14%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920713300.170.470.0238.2890.6274.9
HexF9CF850112F2265b4b
Octal37131720502157246133113
Binary1111100111001111100001010100011011111010011010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CF85; }

 p { color: rgb(249,207,133); }

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

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

 a { background-color: rgb(249,207,133); }

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

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

 span { border-color: rgb(249,207,133); }

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