Shades of Cherokee #F2CA76
Tints of Cherokee #F2CA76
RGB
CMYK
RGB Variations
Color information
#F2CA76 (or 0xF2CA76) is known color: Cherokee. HEX triplet: F2, CA and 76. RGB value is (242,202,118). Sum of RGB (Red+Green+Blue) = 242+202+118=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 118 (46.48% from 255 or 21.00% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CA76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CA76 is #0D3589. Grayscale: #CCCCCC. Windows color (decimal): -865674 or 7785202. OLE color: 7785202.
HSL color Cylindrical-coordinate representation of color #F2CA76: hue angle of 40.65º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F2CA76 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 202 | 118 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.05 |
| HSL | 40.65º | 0.83% | 0.71% | - |
| HSV(B) | 40.65º | 0.51% | 0.95% | - |
| XYZ | 61.01 | 62.43 | 25.97 | - |
| YUV | 204.38 | 79.25 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 202 | 118 | 0 | 0.17 | 0.51 | 0.05 | 40.65 | 0.83 | 0.71 |
| Hex | F2 | CA | 76 | 0 | 11 | 33 | 5 | 29 | 53 | 47 |
| Octal | 362 | 312 | 166 | 0 | 21 | 63 | 5 | 51 | 123 | 107 |
| Binary | 11110010 | 11001010 | 1110110 | 0 | 10001 | 110011 | 101 | 101001 | 1010011 | 1000111 |
Color Harmonies of #F2CA76
Complementary color
Monochromatic Colors of #F2CA76
Black with #F2CA76
Text Example
Text Example
White with #F2CA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CA76; }
p { color: rgb(242,202,118); }
H1.HeaderClassName
{
color: #F2CA76;
}
.AnyTagClassName
{
color: #F2CA76;
}
</style>
background-color css
<style>
a { background-color: #F2CA76; }
a { background-color: rgb(242,202,118); }
div.DivClassName
{
background-color: #F2CA76;
}
.BgClassName
{
background-color: #F2CA76;
}
</style>
border-color css
<style>
span { border-color: #F2CA76; }
span { border-color: rgb(242,202,118); }
td.TdClassName
{
border-color: #F2CA76;
}
.TagClassName
{
border-color: #F2CA76;
}
</style>