Shades of Cherokee #F9D385
Tints of Cherokee #F9D385
RGB
CMYK
RGB Variations
Color information
#F9D385 (or 0xF9D385) is known color: Cherokee. HEX triplet: F9, D3 and 85. RGB value is (249,211,133). Sum of RGB (Red+Green+Blue) = 249+211+133=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 211 (82.81% from 255 or 35.58% from 593); Blue value is 133 (52.34% from 255 or 22.43% from 593); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D385 is #062C7A. Grayscale: #D5D5D5. Windows color (decimal): -404603 or 8770553. OLE color: 8770553.
HSL color Cylindrical-coordinate representation of color #F9D385: hue angle of 40.34º 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 #F9D385 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 211 | 133 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.02 |
| HSL | 40.34º | 0.91% | 0.75% | - |
| HSV(B) | 40.34º | 0.47% | 0.98% | - |
| XYZ | 66.59 | 68.42 | 31.89 | - |
| YUV | 213.47 | 82.59 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 211 | 133 | 0 | 0.15 | 0.47 | 0.02 | 40.34 | 0.91 | 0.75 |
| Hex | F9 | D3 | 85 | 0 | F | 2F | 2 | 28 | 5B | 4B |
| Octal | 371 | 323 | 205 | 0 | 17 | 57 | 2 | 50 | 133 | 113 |
| Binary | 11111001 | 11010011 | 10000101 | 0 | 1111 | 101111 | 10 | 101000 | 1011011 | 1001011 |
Color Harmonies of #F9D385
Complementary color
Monochromatic Colors of #F9D385
Black with #F9D385
Text Example
Text Example
White with #F9D385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D385; }
p { color: rgb(249,211,133); }
H1.HeaderClassName
{
color: #F9D385;
}
.AnyTagClassName
{
color: #F9D385;
}
</style>
background-color css
<style>
a { background-color: #F9D385; }
a { background-color: rgb(249,211,133); }
div.DivClassName
{
background-color: #F9D385;
}
.BgClassName
{
background-color: #F9D385;
}
</style>
border-color css
<style>
span { border-color: #F9D385; }
span { border-color: rgb(249,211,133); }
td.TdClassName
{
border-color: #F9D385;
}
.TagClassName
{
border-color: #F9D385;
}
</style>