Shades of Cherokee #FECF82
Tints of Cherokee #FECF82
RGB
CMYK
RGB Variations
Color information
#FECF82 (or 0xFECF82) is known color: Cherokee. HEX triplet: FE, CF and 82. RGB value is (254,207,130). Sum of RGB (Red+Green+Blue) = 254+207+130=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 130 (51.17% from 255 or 22.00% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECF82 is #01307D. Grayscale: #D4D4D4. Windows color (decimal): -77950 or 8572926. OLE color: 8572926.
HSL color Cylindrical-coordinate representation of color #FECF82: hue angle of 37.26º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FECF82 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 130 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.00 |
| HSL | 37.26º | 0.98% | 0.75% | - |
| HSV(B) | 37.26º | 0.49% | 1% | - |
| XYZ | 67.22 | 67.31 | 30.57 | - |
| YUV | 212.28 | 81.57 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 130 | 0 | 0.19 | 0.49 | 0.00 | 37.26 | 0.98 | 0.75 |
| Hex | FE | CF | 82 | 0 | 13 | 31 | 0 | 25 | 62 | 4B |
| Octal | 376 | 317 | 202 | 0 | 23 | 61 | 0 | 45 | 142 | 113 |
| Binary | 11111110 | 11001111 | 10000010 | 0 | 10011 | 110001 | 0 | 100101 | 1100010 | 1001011 |
Color Harmonies of #FECF82
Complementary color
Monochromatic Colors of #FECF82
Black with #FECF82
Text Example
Text Example
White with #FECF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF82; }
p { color: rgb(254,207,130); }
H1.HeaderClassName
{
color: #FECF82;
}
.AnyTagClassName
{
color: #FECF82;
}
</style>
background-color css
<style>
a { background-color: #FECF82; }
a { background-color: rgb(254,207,130); }
div.DivClassName
{
background-color: #FECF82;
}
.BgClassName
{
background-color: #FECF82;
}
</style>
border-color css
<style>
span { border-color: #FECF82; }
span { border-color: rgb(254,207,130); }
td.TdClassName
{
border-color: #FECF82;
}
.TagClassName
{
border-color: #FECF82;
}
</style>