Shades of Cherokee #F2CB76
Tints of Cherokee #F2CB76
RGB
CMYK
RGB Variations
Color information
#F2CB76 (or 0xF2CB76) is known color: Cherokee. HEX triplet: F2, CB and 76. RGB value is (242,203,118). Sum of RGB (Red+Green+Blue) = 242+203+118=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 118 (46.48% from 255 or 20.96% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CB76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CB76 is #0D3489. Grayscale: #CDCDCD. Windows color (decimal): -865418 or 7785458. OLE color: 7785458.
HSL color Cylindrical-coordinate representation of color #F2CB76: hue angle of 41.13º 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 #F2CB76 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 203 | 118 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.05 |
| HSL | 41.13º | 0.83% | 0.71% | - |
| HSV(B) | 41.13º | 0.51% | 0.95% | - |
| XYZ | 61.24 | 62.9 | 26.05 | - |
| YUV | 204.97 | 78.92 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 203 | 118 | 0 | 0.16 | 0.51 | 0.05 | 41.13 | 0.83 | 0.71 |
| Hex | F2 | CB | 76 | 0 | 10 | 33 | 5 | 29 | 53 | 47 |
| Octal | 362 | 313 | 166 | 0 | 20 | 63 | 5 | 51 | 123 | 107 |
| Binary | 11110010 | 11001011 | 1110110 | 0 | 10000 | 110011 | 101 | 101001 | 1010011 | 1000111 |
Color Harmonies of #F2CB76
Complementary color
Monochromatic Colors of #F2CB76
Black with #F2CB76
Text Example
Text Example
White with #F2CB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CB76; }
p { color: rgb(242,203,118); }
H1.HeaderClassName
{
color: #F2CB76;
}
.AnyTagClassName
{
color: #F2CB76;
}
</style>
background-color css
<style>
a { background-color: #F2CB76; }
a { background-color: rgb(242,203,118); }
div.DivClassName
{
background-color: #F2CB76;
}
.BgClassName
{
background-color: #F2CB76;
}
</style>
border-color css
<style>
span { border-color: #F2CB76; }
span { border-color: rgb(242,203,118); }
td.TdClassName
{
border-color: #F2CB76;
}
.TagClassName
{
border-color: #F2CB76;
}
</style>