Shades of Cherokee #F4CF7C
Tints of Cherokee #F4CF7C
RGB
CMYK
RGB Variations
Color information
#F4CF7C (or 0xF4CF7C) is known color: Cherokee. HEX triplet: F4, CF and 7C. RGB value is (244,207,124). Sum of RGB (Red+Green+Blue) = 244+207+124=575 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.43% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 124 (48.83% from 255 or 21.57% from 575); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CF7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4CF7C is #0B3083. Grayscale: #D0D0D0. Windows color (decimal): -733316 or 8179700. OLE color: 8179700.
HSL color Cylindrical-coordinate representation of color #F4CF7C: hue angle of 41.5º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F4CF7C is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 207 | 124 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.04 |
| HSL | 41.5º | 0.85% | 0.72% | - |
| HSV(B) | 41.5º | 0.49% | 0.96% | - |
| XYZ | 63.26 | 65.31 | 28.34 | - |
| YUV | 208.6 | 80.26 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 207 | 124 | 0 | 0.15 | 0.49 | 0.04 | 41.5 | 0.85 | 0.72 |
| Hex | F4 | CF | 7C | 0 | F | 31 | 4 | 2A | 55 | 48 |
| Octal | 364 | 317 | 174 | 0 | 17 | 61 | 4 | 52 | 125 | 110 |
| Binary | 11110100 | 11001111 | 1111100 | 0 | 1111 | 110001 | 100 | 101010 | 1010101 | 1001000 |
Color Harmonies of #F4CF7C
Complementary color
Monochromatic Colors of #F4CF7C
Black with #F4CF7C
Text Example
Text Example
White with #F4CF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CF7C; }
p { color: rgb(244,207,124); }
H1.HeaderClassName
{
color: #F4CF7C;
}
.AnyTagClassName
{
color: #F4CF7C;
}
</style>
background-color css
<style>
a { background-color: #F4CF7C; }
a { background-color: rgb(244,207,124); }
div.DivClassName
{
background-color: #F4CF7C;
}
.BgClassName
{
background-color: #F4CF7C;
}
</style>
border-color css
<style>
span { border-color: #F4CF7C; }
span { border-color: rgb(244,207,124); }
td.TdClassName
{
border-color: #F4CF7C;
}
.TagClassName
{
border-color: #F4CF7C;
}
</style>