Shades of Cherokee #F2C77D
Tints of Cherokee #F2C77D
RGB
CMYK
RGB Variations
Color information
#F2C77D (or 0xF2C77D) is known color: Cherokee. HEX triplet: F2, C7 and 7D. RGB value is (242,199,125). Sum of RGB (Red+Green+Blue) = 242+199+125=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 199 (78.12% from 255 or 35.16% from 566); Blue value is 125 (49.22% from 255 or 22.08% from 566); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C77D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C77D is #0D3882. Grayscale: #CBCBCB. Windows color (decimal): -866435 or 8243186. OLE color: 8243186.
HSL color Cylindrical-coordinate representation of color #F2C77D: hue angle of 37.95º 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 #F2C77D is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 199 | 125 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.05 |
| HSL | 37.95º | 0.82% | 0.72% | - |
| HSV(B) | 37.95º | 0.48% | 0.95% | - |
| XYZ | 60.74 | 61.2 | 28.01 | - |
| YUV | 203.42 | 83.75 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 199 | 125 | 0 | 0.18 | 0.48 | 0.05 | 37.95 | 0.82 | 0.72 |
| Hex | F2 | C7 | 7D | 0 | 12 | 30 | 5 | 26 | 52 | 48 |
| Octal | 362 | 307 | 175 | 0 | 22 | 60 | 5 | 46 | 122 | 110 |
| Binary | 11110010 | 11000111 | 1111101 | 0 | 10010 | 110000 | 101 | 100110 | 1010010 | 1001000 |
Color Harmonies of #F2C77D
Complementary color
Monochromatic Colors of #F2C77D
Black with #F2C77D
Text Example
Text Example
White with #F2C77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C77D; }
p { color: rgb(242,199,125); }
H1.HeaderClassName
{
color: #F2C77D;
}
.AnyTagClassName
{
color: #F2C77D;
}
</style>
background-color css
<style>
a { background-color: #F2C77D; }
a { background-color: rgb(242,199,125); }
div.DivClassName
{
background-color: #F2C77D;
}
.BgClassName
{
background-color: #F2C77D;
}
</style>
border-color css
<style>
span { border-color: #F2C77D; }
span { border-color: rgb(242,199,125); }
td.TdClassName
{
border-color: #F2C77D;
}
.TagClassName
{
border-color: #F2C77D;
}
</style>