Shades of Cherokee #F4D07B
Tints of Cherokee #F4D07B
RGB
CMYK
RGB Variations
Color information
#F4D07B (or 0xF4D07B) is known color: Cherokee. HEX triplet: F4, D0 and 7B. RGB value is (244,208,123). Sum of RGB (Red+Green+Blue) = 244+208+123=575 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.43% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 123 (48.44% from 255 or 21.39% from 575); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D07B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D07B is #0B2F84. Grayscale: #D1D1D1. Windows color (decimal): -733061 or 8114420. OLE color: 8114420.
HSL color Cylindrical-coordinate representation of color #F4D07B: hue angle of 42.15º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F4D07B is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 208 | 123 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.04 |
| HSL | 42.15º | 0.85% | 0.72% | - |
| HSV(B) | 42.15º | 0.5% | 0.96% | - |
| XYZ | 63.44 | 65.77 | 28.09 | - |
| YUV | 209.07 | 79.43 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 208 | 123 | 0 | 0.15 | 0.50 | 0.04 | 42.15 | 0.85 | 0.72 |
| Hex | F4 | D0 | 7B | 0 | F | 32 | 4 | 2A | 55 | 48 |
| Octal | 364 | 320 | 173 | 0 | 17 | 62 | 4 | 52 | 125 | 110 |
| Binary | 11110100 | 11010000 | 1111011 | 0 | 1111 | 110010 | 100 | 101010 | 1010101 | 1001000 |
Color Harmonies of #F4D07B
Complementary color
Monochromatic Colors of #F4D07B
Black with #F4D07B
Text Example
Text Example
White with #F4D07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D07B; }
p { color: rgb(244,208,123); }
H1.HeaderClassName
{
color: #F4D07B;
}
.AnyTagClassName
{
color: #F4D07B;
}
</style>
background-color css
<style>
a { background-color: #F4D07B; }
a { background-color: rgb(244,208,123); }
div.DivClassName
{
background-color: #F4D07B;
}
.BgClassName
{
background-color: #F4D07B;
}
</style>
border-color css
<style>
span { border-color: #F4D07B; }
span { border-color: rgb(244,208,123); }
td.TdClassName
{
border-color: #F4D07B;
}
.TagClassName
{
border-color: #F4D07B;
}
</style>