Shades of Cherokee #F2CE75
Tints of Cherokee #F2CE75
RGB
CMYK
RGB Variations
Color information
#F2CE75 (or 0xF2CE75) is known color: Cherokee. HEX triplet: F2, CE and 75. RGB value is (242,206,117). Sum of RGB (Red+Green+Blue) = 242+206+117=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 206 (80.86% from 255 or 36.46% from 565); Blue value is 117 (46.09% from 255 or 20.71% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CE75 is #0D318A. Grayscale: #CFCFCF. Windows color (decimal): -864651 or 7720690. OLE color: 7720690.
HSL color Cylindrical-coordinate representation of color #F2CE75: hue angle of 42.72º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F2CE75 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 117 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.05 |
| HSL | 42.72º | 0.83% | 0.7% | - |
| HSV(B) | 42.72º | 0.52% | 0.95% | - |
| XYZ | 61.9 | 64.3 | 25.98 | - |
| YUV | 206.62 | 77.43 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 117 | 0 | 0.15 | 0.52 | 0.05 | 42.72 | 0.83 | 0.7 |
| Hex | F2 | CE | 75 | 0 | F | 34 | 5 | 2B | 53 | 46 |
| Octal | 362 | 316 | 165 | 0 | 17 | 64 | 5 | 53 | 123 | 106 |
| Binary | 11110010 | 11001110 | 1110101 | 0 | 1111 | 110100 | 101 | 101011 | 1010011 | 1000110 |
Color Harmonies of #F2CE75
Complementary color
Monochromatic Colors of #F2CE75
Black with #F2CE75
Text Example
Text Example
White with #F2CE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CE75; }
p { color: rgb(242,206,117); }
H1.HeaderClassName
{
color: #F2CE75;
}
.AnyTagClassName
{
color: #F2CE75;
}
</style>
background-color css
<style>
a { background-color: #F2CE75; }
a { background-color: rgb(242,206,117); }
div.DivClassName
{
background-color: #F2CE75;
}
.BgClassName
{
background-color: #F2CE75;
}
</style>
border-color css
<style>
span { border-color: #F2CE75; }
span { border-color: rgb(242,206,117); }
td.TdClassName
{
border-color: #F2CE75;
}
.TagClassName
{
border-color: #F2CE75;
}
</style>