Shades of Cherokee #F2CB82
Tints of Cherokee #F2CB82
RGB
CMYK
RGB Variations
Color information
#F2CB82 (or 0xF2CB82) is known color: Cherokee. HEX triplet: F2, CB and 82. RGB value is (242,203,130). Sum of RGB (Red+Green+Blue) = 242+203+130=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 130 (51.17% from 255 or 22.61% from 575); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CB82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CB82 is #0D347D. Grayscale: #CECECE. Windows color (decimal): -865406 or 8571890. OLE color: 8571890.
HSL color Cylindrical-coordinate representation of color #F2CB82: hue angle of 39.11º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F2CB82 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 203 | 130 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.05 |
| HSL | 39.11º | 0.81% | 0.73% | - |
| HSV(B) | 39.11º | 0.46% | 0.95% | - |
| XYZ | 62 | 63.2 | 30.05 | - |
| YUV | 206.34 | 84.92 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 203 | 130 | 0 | 0.16 | 0.46 | 0.05 | 39.11 | 0.81 | 0.73 |
| Hex | F2 | CB | 82 | 0 | 10 | 2E | 5 | 27 | 51 | 49 |
| Octal | 362 | 313 | 202 | 0 | 20 | 56 | 5 | 47 | 121 | 111 |
| Binary | 11110010 | 11001011 | 10000010 | 0 | 10000 | 101110 | 101 | 100111 | 1010001 | 1001001 |
Color Harmonies of #F2CB82
Complementary color
Monochromatic Colors of #F2CB82
Black with #F2CB82
Text Example
Text Example
White with #F2CB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CB82; }
p { color: rgb(242,203,130); }
H1.HeaderClassName
{
color: #F2CB82;
}
.AnyTagClassName
{
color: #F2CB82;
}
</style>
background-color css
<style>
a { background-color: #F2CB82; }
a { background-color: rgb(242,203,130); }
div.DivClassName
{
background-color: #F2CB82;
}
.BgClassName
{
background-color: #F2CB82;
}
</style>
border-color css
<style>
span { border-color: #F2CB82; }
span { border-color: rgb(242,203,130); }
td.TdClassName
{
border-color: #F2CB82;
}
.TagClassName
{
border-color: #F2CB82;
}
</style>