Shades of Cherokee #F4CB80
Tints of Cherokee #F4CB80
RGB
CMYK
RGB Variations
Color information
#F4CB80 (or 0xF4CB80) is known color: Cherokee. HEX triplet: F4, CB and 80. RGB value is (244,203,128). Sum of RGB (Red+Green+Blue) = 244+203+128=575 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.43% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 128 (50.39% from 255 or 22.26% from 575); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CB80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4CB80 is #0B347F. Grayscale: #CFCFCF. Windows color (decimal): -734336 or 8440820. OLE color: 8440820.
HSL color Cylindrical-coordinate representation of color #F4CB80: hue angle of 38.79º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F4CB80 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 203 | 128 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.04 |
| HSL | 38.79º | 0.84% | 0.73% | - |
| HSV(B) | 38.79º | 0.48% | 0.96% | - |
| XYZ | 62.56 | 63.5 | 29.38 | - |
| YUV | 206.71 | 83.58 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 203 | 128 | 0 | 0.17 | 0.48 | 0.04 | 38.79 | 0.84 | 0.73 |
| Hex | F4 | CB | 80 | 0 | 11 | 30 | 4 | 27 | 54 | 49 |
| Octal | 364 | 313 | 200 | 0 | 21 | 60 | 4 | 47 | 124 | 111 |
| Binary | 11110100 | 11001011 | 10000000 | 0 | 10001 | 110000 | 100 | 100111 | 1010100 | 1001001 |
Color Harmonies of #F4CB80
Complementary color
Monochromatic Colors of #F4CB80
Black with #F4CB80
Text Example
Text Example
White with #F4CB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CB80; }
p { color: rgb(244,203,128); }
H1.HeaderClassName
{
color: #F4CB80;
}
.AnyTagClassName
{
color: #F4CB80;
}
</style>
background-color css
<style>
a { background-color: #F4CB80; }
a { background-color: rgb(244,203,128); }
div.DivClassName
{
background-color: #F4CB80;
}
.BgClassName
{
background-color: #F4CB80;
}
</style>
border-color css
<style>
span { border-color: #F4CB80; }
span { border-color: rgb(244,203,128); }
td.TdClassName
{
border-color: #F4CB80;
}
.TagClassName
{
border-color: #F4CB80;
}
</style>