Shades of Cherokee #F2CC85
Tints of Cherokee #F2CC85
RGB
CMYK
RGB Variations
Color information
#F2CC85 (or 0xF2CC85) is known color: Cherokee. HEX triplet: F2, CC and 85. RGB value is (242,204,133). Sum of RGB (Red+Green+Blue) = 242+204+133=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 133 (52.34% from 255 or 22.97% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CC85 is #0D337A. Grayscale: #CFCFCF. Windows color (decimal): -865147 or 8768754. OLE color: 8768754.
HSL color Cylindrical-coordinate representation of color #F2CC85: hue angle of 39.08º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2CC85 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 133 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.05 |
| HSL | 39.08º | 0.81% | 0.74% | - |
| HSV(B) | 39.08º | 0.45% | 0.95% | - |
| XYZ | 62.44 | 63.76 | 31.21 | - |
| YUV | 207.27 | 86.09 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 133 | 0 | 0.16 | 0.45 | 0.05 | 39.08 | 0.81 | 0.74 |
| Hex | F2 | CC | 85 | 0 | 10 | 2D | 5 | 27 | 51 | 4A |
| Octal | 362 | 314 | 205 | 0 | 20 | 55 | 5 | 47 | 121 | 112 |
| Binary | 11110010 | 11001100 | 10000101 | 0 | 10000 | 101101 | 101 | 100111 | 1010001 | 1001010 |
Color Harmonies of #F2CC85
Complementary color
Monochromatic Colors of #F2CC85
Black with #F2CC85
Text Example
Text Example
White with #F2CC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CC85; }
p { color: rgb(242,204,133); }
H1.HeaderClassName
{
color: #F2CC85;
}
.AnyTagClassName
{
color: #F2CC85;
}
</style>
background-color css
<style>
a { background-color: #F2CC85; }
a { background-color: rgb(242,204,133); }
div.DivClassName
{
background-color: #F2CC85;
}
.BgClassName
{
background-color: #F2CC85;
}
</style>
border-color css
<style>
span { border-color: #F2CC85; }
span { border-color: rgb(242,204,133); }
td.TdClassName
{
border-color: #F2CC85;
}
.TagClassName
{
border-color: #F2CC85;
}
</style>