Shades of Cherokee #F9CB85
Tints of Cherokee #F9CB85
RGB
CMYK
RGB Variations
Color information
#F9CB85 (or 0xF9CB85) is known color: 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
| RGB | 249 | 203 | 133 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.02 |
| HSL | 36.21º | 0.91% | 0.75% | - |
| HSV(B) | 36.21º | 0.47% | 0.98% | - |
| XYZ | 64.66 | 64.55 | 31.24 | - |
| YUV | 208.77 | 85.24 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 203 | 133 | 0 | 0.18 | 0.47 | 0.02 | 36.21 | 0.91 | 0.75 |
| Hex | F9 | CB | 85 | 0 | 12 | 2F | 2 | 24 | 5B | 4B |
| Octal | 371 | 313 | 205 | 0 | 22 | 57 | 2 | 44 | 133 | 113 |
| Binary | 11111001 | 11001011 | 10000101 | 0 | 10010 | 101111 | 10 | 100100 | 1011011 | 1001011 |
Color Harmonies of #F9CB85
Complementary color
Monochromatic Colors of #F9CB85
Black with #F9CB85
Text Example
Text Example
White with #F9CB85
Text Example
Text Example
HTML Codes & Css Web 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>