Shades of Cherokee #F2CF8F
Tints of Cherokee #F2CF8F
RGB
CMYK
RGB Variations
Color information
#F2CF8F (or 0xF2CF8F) is known color: Cherokee. HEX triplet: F2, CF and 8F. RGB value is (242,207,143). Sum of RGB (Red+Green+Blue) = 242+207+143=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 143 (56.25% from 255 or 24.16% from 592); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CF8F is #0D3070. Grayscale: #D2D2D2. Windows color (decimal): -864369 or 9424882. OLE color: 9424882.
HSL color Cylindrical-coordinate representation of color #F2CF8F: hue angle of 38.79º 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 #F2CF8F is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 143 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.05 |
| HSL | 38.79º | 0.79% | 0.75% | - |
| HSV(B) | 38.79º | 0.41% | 0.95% | - |
| XYZ | 63.89 | 65.49 | 35.26 | - |
| YUV | 210.17 | 90.1 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 143 | 0 | 0.14 | 0.41 | 0.05 | 38.79 | 0.79 | 0.75 |
| Hex | F2 | CF | 8F | 0 | E | 29 | 5 | 27 | 4F | 4B |
| Octal | 362 | 317 | 217 | 0 | 16 | 51 | 5 | 47 | 117 | 113 |
| Binary | 11110010 | 11001111 | 10001111 | 0 | 1110 | 101001 | 101 | 100111 | 1001111 | 1001011 |
Color Harmonies of #F2CF8F
Complementary color
Monochromatic Colors of #F2CF8F
Black with #F2CF8F
Text Example
Text Example
White with #F2CF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CF8F; }
p { color: rgb(242,207,143); }
H1.HeaderClassName
{
color: #F2CF8F;
}
.AnyTagClassName
{
color: #F2CF8F;
}
</style>
background-color css
<style>
a { background-color: #F2CF8F; }
a { background-color: rgb(242,207,143); }
div.DivClassName
{
background-color: #F2CF8F;
}
.BgClassName
{
background-color: #F2CF8F;
}
</style>
border-color css
<style>
span { border-color: #F2CF8F; }
span { border-color: rgb(242,207,143); }
td.TdClassName
{
border-color: #F2CF8F;
}
.TagClassName
{
border-color: #F2CF8F;
}
</style>