Shades of Cherokee #F4CF7E
Tints of Cherokee #F4CF7E
RGB
CMYK
RGB Variations
Color information
#F4CF7E (or 0xF4CF7E) is known color: Cherokee. HEX triplet: F4, CF and 7E. RGB value is (244,207,126). Sum of RGB (Red+Green+Blue) = 244+207+126=577 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.29% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 126 (49.61% from 255 or 21.84% from 577); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CF7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4CF7E is #0B3081. Grayscale: #D1D1D1. Windows color (decimal): -733314 or 8310772. OLE color: 8310772.
HSL color Cylindrical-coordinate representation of color #F4CF7E: hue angle of 41.19º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F4CF7E is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 207 | 126 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.04 |
| HSL | 41.19º | 0.84% | 0.73% | - |
| HSV(B) | 41.19º | 0.48% | 0.96% | - |
| XYZ | 63.39 | 65.37 | 29.01 | - |
| YUV | 208.83 | 81.26 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 207 | 126 | 0 | 0.15 | 0.48 | 0.04 | 41.19 | 0.84 | 0.73 |
| Hex | F4 | CF | 7E | 0 | F | 30 | 4 | 29 | 54 | 49 |
| Octal | 364 | 317 | 176 | 0 | 17 | 60 | 4 | 51 | 124 | 111 |
| Binary | 11110100 | 11001111 | 1111110 | 0 | 1111 | 110000 | 100 | 101001 | 1010100 | 1001001 |
Color Harmonies of #F4CF7E
Complementary color
Monochromatic Colors of #F4CF7E
Black with #F4CF7E
Text Example
Text Example
White with #F4CF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CF7E; }
p { color: rgb(244,207,126); }
H1.HeaderClassName
{
color: #F4CF7E;
}
.AnyTagClassName
{
color: #F4CF7E;
}
</style>
background-color css
<style>
a { background-color: #F4CF7E; }
a { background-color: rgb(244,207,126); }
div.DivClassName
{
background-color: #F4CF7E;
}
.BgClassName
{
background-color: #F4CF7E;
}
</style>
border-color css
<style>
span { border-color: #F4CF7E; }
span { border-color: rgb(244,207,126); }
td.TdClassName
{
border-color: #F4CF7E;
}
.TagClassName
{
border-color: #F4CF7E;
}
</style>