Shades of Cherokee #FECF81
Tints of Cherokee #FECF81
RGB
CMYK
RGB Variations
Color information
#FECF81 (or 0xFECF81) is known color: Cherokee. HEX triplet: FE, CF and 81. RGB value is (254,207,129). Sum of RGB (Red+Green+Blue) = 254+207+129=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 129 (50.78% from 255 or 21.86% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECF81 is #01307E. Grayscale: #D4D4D4. Windows color (decimal): -77951 or 8507390. OLE color: 8507390.
HSL color Cylindrical-coordinate representation of color #FECF81: hue angle of 37.44º 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 #FECF81 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 129 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.00 |
| HSL | 37.44º | 0.98% | 0.75% | - |
| HSV(B) | 37.44º | 0.49% | 1% | - |
| XYZ | 67.15 | 67.28 | 30.22 | - |
| YUV | 212.16 | 81.07 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 129 | 0 | 0.19 | 0.49 | 0.00 | 37.44 | 0.98 | 0.75 |
| Hex | FE | CF | 81 | 0 | 13 | 31 | 0 | 25 | 62 | 4B |
| Octal | 376 | 317 | 201 | 0 | 23 | 61 | 0 | 45 | 142 | 113 |
| Binary | 11111110 | 11001111 | 10000001 | 0 | 10011 | 110001 | 0 | 100101 | 1100010 | 1001011 |
Color Harmonies of #FECF81
Complementary color
Monochromatic Colors of #FECF81
Black with #FECF81
Text Example
Text Example
White with #FECF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF81; }
p { color: rgb(254,207,129); }
H1.HeaderClassName
{
color: #FECF81;
}
.AnyTagClassName
{
color: #FECF81;
}
</style>
background-color css
<style>
a { background-color: #FECF81; }
a { background-color: rgb(254,207,129); }
div.DivClassName
{
background-color: #FECF81;
}
.BgClassName
{
background-color: #FECF81;
}
</style>
border-color css
<style>
span { border-color: #FECF81; }
span { border-color: rgb(254,207,129); }
td.TdClassName
{
border-color: #FECF81;
}
.TagClassName
{
border-color: #FECF81;
}
</style>