Shades of Cherokee #F4CB90
Tints of Cherokee #F4CB90
RGB
CMYK
RGB Variations
Color information
#F4CB90 (or 0xF4CB90) is known color: Cherokee. HEX triplet: F4, CB and 90. RGB value is (244,203,144). Sum of RGB (Red+Green+Blue) = 244+203+144=591 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.29% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 144 (56.64% from 255 or 24.37% from 591); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CB90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4CB90 is #0B346F. Grayscale: #D0D0D0. Windows color (decimal): -734320 or 9489396. OLE color: 9489396.
HSL color Cylindrical-coordinate representation of color #F4CB90: hue angle of 35.4º 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 #F4CB90 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 203 | 144 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.04 |
| HSL | 35.4º | 0.82% | 0.76% | - |
| HSV(B) | 35.4º | 0.41% | 0.96% | - |
| XYZ | 63.7 | 63.96 | 35.37 | - |
| YUV | 208.53 | 91.58 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 203 | 144 | 0 | 0.17 | 0.41 | 0.04 | 35.4 | 0.82 | 0.76 |
| Hex | F4 | CB | 90 | 0 | 11 | 29 | 4 | 23 | 52 | 4C |
| Octal | 364 | 313 | 220 | 0 | 21 | 51 | 4 | 43 | 122 | 114 |
| Binary | 11110100 | 11001011 | 10010000 | 0 | 10001 | 101001 | 100 | 100011 | 1010010 | 1001100 |
Color Harmonies of #F4CB90
Complementary color
Monochromatic Colors of #F4CB90
Black with #F4CB90
Text Example
Text Example
White with #F4CB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CB90; }
p { color: rgb(244,203,144); }
H1.HeaderClassName
{
color: #F4CB90;
}
.AnyTagClassName
{
color: #F4CB90;
}
</style>
background-color css
<style>
a { background-color: #F4CB90; }
a { background-color: rgb(244,203,144); }
div.DivClassName
{
background-color: #F4CB90;
}
.BgClassName
{
background-color: #F4CB90;
}
</style>
border-color css
<style>
span { border-color: #F4CB90; }
span { border-color: rgb(244,203,144); }
td.TdClassName
{
border-color: #F4CB90;
}
.TagClassName
{
border-color: #F4CB90;
}
</style>