Shades of Cherokee #F4D58A
Tints of Cherokee #F4D58A
RGB
CMYK
RGB Variations
Color information
#F4D58A (or 0xF4D58A) is known color: Cherokee. HEX triplet: F4, D5 and 8A. RGB value is (244,213,138). Sum of RGB (Red+Green+Blue) = 244+213+138=595 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.01% from 595); Green value is 213 (83.59% from 255 or 35.80% from 595); Blue value is 138 (54.30% from 255 or 23.19% from 595); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4D58A is #0B2A75. Grayscale: #D6D6D6. Windows color (decimal): -731766 or 9098740. OLE color: 9098740.
HSL color Cylindrical-coordinate representation of color #F4D58A: hue angle of 42.45º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F4D58A is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 213 | 138 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.04 |
| HSL | 42.45º | 0.83% | 0.75% | - |
| HSV(B) | 42.45º | 0.43% | 0.96% | - |
| XYZ | 65.69 | 68.66 | 33.83 | - |
| YUV | 213.72 | 85.27 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 213 | 138 | 0 | 0.13 | 0.43 | 0.04 | 42.45 | 0.83 | 0.75 |
| Hex | F4 | D5 | 8A | 0 | D | 2B | 4 | 2A | 53 | 4B |
| Octal | 364 | 325 | 212 | 0 | 15 | 53 | 4 | 52 | 123 | 113 |
| Binary | 11110100 | 11010101 | 10001010 | 0 | 1101 | 101011 | 100 | 101010 | 1010011 | 1001011 |
Color Harmonies of #F4D58A
Complementary color
Monochromatic Colors of #F4D58A
Black with #F4D58A
Text Example
Text Example
White with #F4D58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D58A; }
p { color: rgb(244,213,138); }
H1.HeaderClassName
{
color: #F4D58A;
}
.AnyTagClassName
{
color: #F4D58A;
}
</style>
background-color css
<style>
a { background-color: #F4D58A; }
a { background-color: rgb(244,213,138); }
div.DivClassName
{
background-color: #F4D58A;
}
.BgClassName
{
background-color: #F4D58A;
}
</style>
border-color css
<style>
span { border-color: #F4D58A; }
span { border-color: rgb(244,213,138); }
td.TdClassName
{
border-color: #F4D58A;
}
.TagClassName
{
border-color: #F4D58A;
}
</style>