Shades of Cherokee #F2CB8F
Tints of Cherokee #F2CB8F
RGB
CMYK
RGB Variations
Color information
#F2CB8F (or 0xF2CB8F) is known color: Cherokee. HEX triplet: F2, CB and 8F. RGB value is (242,203,143). Sum of RGB (Red+Green+Blue) = 242+203+143=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 143 (56.25% from 255 or 24.32% from 588); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CB8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CB8F is #0D3470. Grayscale: #D0D0D0. Windows color (decimal): -865393 or 9423858. OLE color: 9423858.
HSL color Cylindrical-coordinate representation of color #F2CB8F: hue angle of 36.36º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F2CB8F is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 203 | 143 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.05 |
| HSL | 36.36º | 0.79% | 0.75% | - |
| HSV(B) | 36.36º | 0.41% | 0.95% | - |
| XYZ | 62.93 | 63.57 | 34.94 | - |
| YUV | 207.82 | 91.42 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 203 | 143 | 0 | 0.16 | 0.41 | 0.05 | 36.36 | 0.79 | 0.75 |
| Hex | F2 | CB | 8F | 0 | 10 | 29 | 5 | 24 | 4F | 4B |
| Octal | 362 | 313 | 217 | 0 | 20 | 51 | 5 | 44 | 117 | 113 |
| Binary | 11110010 | 11001011 | 10001111 | 0 | 10000 | 101001 | 101 | 100100 | 1001111 | 1001011 |
Color Harmonies of #F2CB8F
Complementary color
Monochromatic Colors of #F2CB8F
Black with #F2CB8F
Text Example
Text Example
White with #F2CB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CB8F; }
p { color: rgb(242,203,143); }
H1.HeaderClassName
{
color: #F2CB8F;
}
.AnyTagClassName
{
color: #F2CB8F;
}
</style>
background-color css
<style>
a { background-color: #F2CB8F; }
a { background-color: rgb(242,203,143); }
div.DivClassName
{
background-color: #F2CB8F;
}
.BgClassName
{
background-color: #F2CB8F;
}
</style>
border-color css
<style>
span { border-color: #F2CB8F; }
span { border-color: rgb(242,203,143); }
td.TdClassName
{
border-color: #F2CB8F;
}
.TagClassName
{
border-color: #F2CB8F;
}
</style>