#F9CB85

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

Shades of Cherokee #F9CB85

Tints of Cherokee #F9CB85

Color information

#F9CB85 (or 0xF9CB85) is unknown color: approx Cherokee. HEX triplet: F9, CB and 85. RGB value is (249,203,133). Sum of RGB (Red+Green+Blue) = 249+203+133=585 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.56% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 133 (52.34% from 255 or 22.74% from 585); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CB85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CB85 is #06347A. Grayscale: #D1D1D1. Windows color (decimal): -406651 or 8768505. OLE color: 8768505.

HSL color Cylindrical-coordinate representation of color #F9CB85: hue angle of 36.21º 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 #F9CB85 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB249203133-
CMYK00.180.470.02
HSL36.21º90.62%74.9%-
HSV(B)36.21º46.59%97.65%-
XYZ64.6664.5531.24-
YUV208.7785.24156.69-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.56%
GREEN value IS 203 (79.69% from 255) = 34.70%
BLUE value IS 133 (52.34% from 255) = 22.74%
R=42.56%
G=34.70%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920313300.180.470.0236.2190.6274.9
HexF9CB850122F2245b4b
Octal37131320502257244133113
Binary1111100111001011100001010100101011111010010010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CB85; }

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

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

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

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

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

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

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

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