Shades of Cherokee #F2CC7D
Tints of Cherokee #F2CC7D
RGB
CMYK
RGB Variations
Color information
#F2CC7D (or 0xF2CC7D) is known color: Cherokee. HEX triplet: F2, CC and 7D. RGB value is (242,204,125). Sum of RGB (Red+Green+Blue) = 242+204+125=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 125 (49.22% from 255 or 21.89% from 571); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CC7D is #0D3382. Grayscale: #CECECE. Windows color (decimal): -865155 or 8244466. OLE color: 8244466.
HSL color Cylindrical-coordinate representation of color #F2CC7D: hue angle of 40.51º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2CC7D is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 125 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.05 |
| HSL | 40.51º | 0.82% | 0.72% | - |
| HSV(B) | 40.51º | 0.48% | 0.95% | - |
| XYZ | 61.91 | 63.54 | 28.4 | - |
| YUV | 206.36 | 82.09 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 125 | 0 | 0.16 | 0.48 | 0.05 | 40.51 | 0.82 | 0.72 |
| Hex | F2 | CC | 7D | 0 | 10 | 30 | 5 | 29 | 52 | 48 |
| Octal | 362 | 314 | 175 | 0 | 20 | 60 | 5 | 51 | 122 | 110 |
| Binary | 11110010 | 11001100 | 1111101 | 0 | 10000 | 110000 | 101 | 101001 | 1010010 | 1001000 |
Color Harmonies of #F2CC7D
Complementary color
Monochromatic Colors of #F2CC7D
Black with #F2CC7D
Text Example
Text Example
White with #F2CC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CC7D; }
p { color: rgb(242,204,125); }
H1.HeaderClassName
{
color: #F2CC7D;
}
.AnyTagClassName
{
color: #F2CC7D;
}
</style>
background-color css
<style>
a { background-color: #F2CC7D; }
a { background-color: rgb(242,204,125); }
div.DivClassName
{
background-color: #F2CC7D;
}
.BgClassName
{
background-color: #F2CC7D;
}
</style>
border-color css
<style>
span { border-color: #F2CC7D; }
span { border-color: rgb(242,204,125); }
td.TdClassName
{
border-color: #F2CC7D;
}
.TagClassName
{
border-color: #F2CC7D;
}
</style>