Shades of Cherokee #FECF86
Tints of Cherokee #FECF86
RGB
CMYK
RGB Variations
Color information
#FECF86 (or 0xFECF86) is known color: Cherokee. HEX triplet: FE, CF and 86. RGB value is (254,207,134). Sum of RGB (Red+Green+Blue) = 254+207+134=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 134 (52.73% from 255 or 22.52% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECF86 is #013079. Grayscale: #D5D5D5. Windows color (decimal): -77946 or 8835070. OLE color: 8835070.
HSL color Cylindrical-coordinate representation of color #FECF86: hue angle of 36.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FECF86 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 134 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.00 |
| HSL | 36.5º | 0.98% | 0.76% | - |
| HSV(B) | 36.5º | 0.47% | 1% | - |
| XYZ | 67.49 | 67.42 | 32.01 | - |
| YUV | 212.73 | 83.57 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 134 | 0 | 0.19 | 0.47 | 0.00 | 36.5 | 0.98 | 0.76 |
| Hex | FE | CF | 86 | 0 | 13 | 2F | 0 | 24 | 62 | 4C |
| Octal | 376 | 317 | 206 | 0 | 23 | 57 | 0 | 44 | 142 | 114 |
| Binary | 11111110 | 11001111 | 10000110 | 0 | 10011 | 101111 | 0 | 100100 | 1100010 | 1001100 |
Color Harmonies of #FECF86
Complementary color
Monochromatic Colors of #FECF86
Black with #FECF86
Text Example
Text Example
White with #FECF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF86; }
p { color: rgb(254,207,134); }
H1.HeaderClassName
{
color: #FECF86;
}
.AnyTagClassName
{
color: #FECF86;
}
</style>
background-color css
<style>
a { background-color: #FECF86; }
a { background-color: rgb(254,207,134); }
div.DivClassName
{
background-color: #FECF86;
}
.BgClassName
{
background-color: #FECF86;
}
</style>
border-color css
<style>
span { border-color: #FECF86; }
span { border-color: rgb(254,207,134); }
td.TdClassName
{
border-color: #FECF86;
}
.TagClassName
{
border-color: #FECF86;
}
</style>