Shades of Cherokee #F9C985
Tints of Cherokee #F9C985
RGB
CMYK
RGB Variations
Color information
#F9C985 (or 0xF9C985) is known color: Cherokee. HEX triplet: F9, C9 and 85. RGB value is (249,201,133). Sum of RGB (Red+Green+Blue) = 249+201+133=583 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.71% from 583); Green value is 201 (78.91% from 255 or 34.48% from 583); Blue value is 133 (52.34% from 255 or 22.81% from 583); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C985 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C985 is #06367A. Grayscale: #CFCFCF. Windows color (decimal): -407163 or 8767993. OLE color: 8767993.
HSL color Cylindrical-coordinate representation of color #F9C985: hue angle of 35.17º 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 #F9C985 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 201 | 133 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.02 |
| HSL | 35.17º | 0.91% | 0.75% | - |
| HSV(B) | 35.17º | 0.47% | 0.98% | - |
| XYZ | 64.19 | 63.61 | 31.08 | - |
| YUV | 207.6 | 85.9 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 201 | 133 | 0 | 0.19 | 0.47 | 0.02 | 35.17 | 0.91 | 0.75 |
| Hex | F9 | C9 | 85 | 0 | 13 | 2F | 2 | 23 | 5B | 4B |
| Octal | 371 | 311 | 205 | 0 | 23 | 57 | 2 | 43 | 133 | 113 |
| Binary | 11111001 | 11001001 | 10000101 | 0 | 10011 | 101111 | 10 | 100011 | 1011011 | 1001011 |
Color Harmonies of #F9C985
Complementary color
Monochromatic Colors of #F9C985
Black with #F9C985
Text Example
Text Example
White with #F9C985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C985; }
p { color: rgb(249,201,133); }
H1.HeaderClassName
{
color: #F9C985;
}
.AnyTagClassName
{
color: #F9C985;
}
</style>
background-color css
<style>
a { background-color: #F9C985; }
a { background-color: rgb(249,201,133); }
div.DivClassName
{
background-color: #F9C985;
}
.BgClassName
{
background-color: #F9C985;
}
</style>
border-color css
<style>
span { border-color: #F9C985; }
span { border-color: rgb(249,201,133); }
td.TdClassName
{
border-color: #F9C985;
}
.TagClassName
{
border-color: #F9C985;
}
</style>