Shades of Cherokee #F4CF85
Tints of Cherokee #F4CF85
RGB
CMYK
RGB Variations
Color information
#F4CF85 (or 0xF4CF85) is known color: Cherokee. HEX triplet: F4, CF and 85. RGB value is (244,207,133). Sum of RGB (Red+Green+Blue) = 244+207+133=584 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.78% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 133 (52.34% from 255 or 22.77% from 584); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CF85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4CF85 is #0B307A. Grayscale: #D1D1D1. Windows color (decimal): -733307 or 8769524. OLE color: 8769524.
HSL color Cylindrical-coordinate representation of color #F4CF85: hue angle of 40º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F4CF85 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 207 | 133 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.04 |
| HSL | 40º | 0.83% | 0.74% | - |
| HSV(B) | 40º | 0.45% | 0.96% | - |
| XYZ | 63.85 | 65.55 | 31.48 | - |
| YUV | 209.63 | 84.76 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 207 | 133 | 0 | 0.15 | 0.45 | 0.04 | 40 | 0.83 | 0.74 |
| Hex | F4 | CF | 85 | 0 | F | 2D | 4 | 28 | 53 | 4A |
| Octal | 364 | 317 | 205 | 0 | 17 | 55 | 4 | 50 | 123 | 112 |
| Binary | 11110100 | 11001111 | 10000101 | 0 | 1111 | 101101 | 100 | 101000 | 1010011 | 1001010 |
Color Harmonies of #F4CF85
Complementary color
Monochromatic Colors of #F4CF85
Black with #F4CF85
Text Example
Text Example
White with #F4CF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CF85; }
p { color: rgb(244,207,133); }
H1.HeaderClassName
{
color: #F4CF85;
}
.AnyTagClassName
{
color: #F4CF85;
}
</style>
background-color css
<style>
a { background-color: #F4CF85; }
a { background-color: rgb(244,207,133); }
div.DivClassName
{
background-color: #F4CF85;
}
.BgClassName
{
background-color: #F4CF85;
}
</style>
border-color css
<style>
span { border-color: #F4CF85; }
span { border-color: rgb(244,207,133); }
td.TdClassName
{
border-color: #F4CF85;
}
.TagClassName
{
border-color: #F4CF85;
}
</style>