Shades of Cherokee #F2C67F
Tints of Cherokee #F2C67F
RGB
CMYK
RGB Variations
Color information
#F2C67F (or 0xF2C67F) is known color: Cherokee. HEX triplet: F2, C6 and 7F. RGB value is (242,198,127). Sum of RGB (Red+Green+Blue) = 242+198+127=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 198 (77.73% from 255 or 34.92% from 567); Blue value is 127 (50% from 255 or 22.40% from 567); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C67F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C67F is #0D3980. Grayscale: #CBCBCB. Windows color (decimal): -866689 or 8374002. OLE color: 8374002.
HSL color Cylindrical-coordinate representation of color #F2C67F: hue angle of 37.04º 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 #F2C67F is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 198 | 127 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.05 |
| HSL | 37.04º | 0.82% | 0.72% | - |
| HSV(B) | 37.04º | 0.48% | 0.95% | - |
| XYZ | 60.64 | 60.8 | 28.62 | - |
| YUV | 203.06 | 85.08 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 198 | 127 | 0 | 0.18 | 0.48 | 0.05 | 37.04 | 0.82 | 0.72 |
| Hex | F2 | C6 | 7F | 0 | 12 | 30 | 5 | 25 | 52 | 48 |
| Octal | 362 | 306 | 177 | 0 | 22 | 60 | 5 | 45 | 122 | 110 |
| Binary | 11110010 | 11000110 | 1111111 | 0 | 10010 | 110000 | 101 | 100101 | 1010010 | 1001000 |
Color Harmonies of #F2C67F
Complementary color
Monochromatic Colors of #F2C67F
Black with #F2C67F
Text Example
Text Example
White with #F2C67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C67F; }
p { color: rgb(242,198,127); }
H1.HeaderClassName
{
color: #F2C67F;
}
.AnyTagClassName
{
color: #F2C67F;
}
</style>
background-color css
<style>
a { background-color: #F2C67F; }
a { background-color: rgb(242,198,127); }
div.DivClassName
{
background-color: #F2C67F;
}
.BgClassName
{
background-color: #F2C67F;
}
</style>
border-color css
<style>
span { border-color: #F2C67F; }
span { border-color: rgb(242,198,127); }
td.TdClassName
{
border-color: #F2C67F;
}
.TagClassName
{
border-color: #F2C67F;
}
</style>