Shades of Cherokee #F4D290
Tints of Cherokee #F4D290
RGB
CMYK
RGB Variations
Color information
#F4D290 (or 0xF4D290) is known color: Cherokee. HEX triplet: F4, D2 and 90. RGB value is (244,210,144). Sum of RGB (Red+Green+Blue) = 244+210+144=598 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.80% from 598); Green value is 210 (82.42% from 255 or 35.12% from 598); Blue value is 144 (56.64% from 255 or 24.08% from 598); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D290 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4D290 is #0B2D6F. Grayscale: #D4D4D4. Windows color (decimal): -732528 or 9491188. OLE color: 9491188.
HSL color Cylindrical-coordinate representation of color #F4D290: hue angle of 39.6º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F4D290 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 210 | 144 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.04 |
| HSL | 39.6º | 0.82% | 0.76% | - |
| HSV(B) | 39.6º | 0.41% | 0.96% | - |
| XYZ | 65.39 | 67.34 | 35.94 | - |
| YUV | 212.64 | 89.26 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 210 | 144 | 0 | 0.14 | 0.41 | 0.04 | 39.6 | 0.82 | 0.76 |
| Hex | F4 | D2 | 90 | 0 | E | 29 | 4 | 28 | 52 | 4C |
| Octal | 364 | 322 | 220 | 0 | 16 | 51 | 4 | 50 | 122 | 114 |
| Binary | 11110100 | 11010010 | 10010000 | 0 | 1110 | 101001 | 100 | 101000 | 1010010 | 1001100 |
Color Harmonies of #F4D290
Complementary color
Monochromatic Colors of #F4D290
Black with #F4D290
Text Example
Text Example
White with #F4D290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D290; }
p { color: rgb(244,210,144); }
H1.HeaderClassName
{
color: #F4D290;
}
.AnyTagClassName
{
color: #F4D290;
}
</style>
background-color css
<style>
a { background-color: #F4D290; }
a { background-color: rgb(244,210,144); }
div.DivClassName
{
background-color: #F4D290;
}
.BgClassName
{
background-color: #F4D290;
}
</style>
border-color css
<style>
span { border-color: #F4D290; }
span { border-color: rgb(244,210,144); }
td.TdClassName
{
border-color: #F4D290;
}
.TagClassName
{
border-color: #F4D290;
}
</style>