Shades of Cherokee #F4D07D
Tints of Cherokee #F4D07D
RGB
CMYK
RGB Variations
Color information
#F4D07D (or 0xF4D07D) is known color: Cherokee. HEX triplet: F4, D0 and 7D. RGB value is (244,208,125). Sum of RGB (Red+Green+Blue) = 244+208+125=577 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.29% from 577); Green value is 208 (81.64% from 255 or 36.05% from 577); Blue value is 125 (49.22% from 255 or 21.66% from 577); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D07D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D07D is #0B2F82. Grayscale: #D1D1D1. Windows color (decimal): -733059 or 8245492. OLE color: 8245492.
HSL color Cylindrical-coordinate representation of color #F4D07D: hue angle of 41.85º degrees, saturation: 0.84, 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 #F4D07D is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 208 | 125 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.04 |
| HSL | 41.85º | 0.84% | 0.72% | - |
| HSV(B) | 41.85º | 0.49% | 0.96% | - |
| XYZ | 63.57 | 65.83 | 28.76 | - |
| YUV | 209.3 | 80.43 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 208 | 125 | 0 | 0.15 | 0.49 | 0.04 | 41.85 | 0.84 | 0.72 |
| Hex | F4 | D0 | 7D | 0 | F | 31 | 4 | 2A | 54 | 48 |
| Octal | 364 | 320 | 175 | 0 | 17 | 61 | 4 | 52 | 124 | 110 |
| Binary | 11110100 | 11010000 | 1111101 | 0 | 1111 | 110001 | 100 | 101010 | 1010100 | 1001000 |
Color Harmonies of #F4D07D
Complementary color
Monochromatic Colors of #F4D07D
Black with #F4D07D
Text Example
Text Example
White with #F4D07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D07D; }
p { color: rgb(244,208,125); }
H1.HeaderClassName
{
color: #F4D07D;
}
.AnyTagClassName
{
color: #F4D07D;
}
</style>
background-color css
<style>
a { background-color: #F4D07D; }
a { background-color: rgb(244,208,125); }
div.DivClassName
{
background-color: #F4D07D;
}
.BgClassName
{
background-color: #F4D07D;
}
</style>
border-color css
<style>
span { border-color: #F4D07D; }
span { border-color: rgb(244,208,125); }
td.TdClassName
{
border-color: #F4D07D;
}
.TagClassName
{
border-color: #F4D07D;
}
</style>