Shades of Cherokee #FECF87
Tints of Cherokee #FECF87
RGB
CMYK
RGB Variations
Color information
#FECF87 (or 0xFECF87) is known color: Cherokee. HEX triplet: FE, CF and 87. RGB value is (254,207,135). Sum of RGB (Red+Green+Blue) = 254+207+135=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 135 (53.12% from 255 or 22.65% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECF87 is #013078. Grayscale: #D5D5D5. Windows color (decimal): -77945 or 8900606. OLE color: 8900606.
HSL color Cylindrical-coordinate representation of color #FECF87: hue angle of 36.3º 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 #FECF87 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 135 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.00 |
| HSL | 36.3º | 0.98% | 0.76% | - |
| HSV(B) | 36.3º | 0.47% | 1% | - |
| XYZ | 67.56 | 67.45 | 32.38 | - |
| YUV | 212.85 | 84.07 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 135 | 0 | 0.19 | 0.47 | 0.00 | 36.3 | 0.98 | 0.76 |
| Hex | FE | CF | 87 | 0 | 13 | 2F | 0 | 24 | 62 | 4C |
| Octal | 376 | 317 | 207 | 0 | 23 | 57 | 0 | 44 | 142 | 114 |
| Binary | 11111110 | 11001111 | 10000111 | 0 | 10011 | 101111 | 0 | 100100 | 1100010 | 1001100 |
Color Harmonies of #FECF87
Complementary color
Monochromatic Colors of #FECF87
Black with #FECF87
Text Example
Text Example
White with #FECF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF87; }
p { color: rgb(254,207,135); }
H1.HeaderClassName
{
color: #FECF87;
}
.AnyTagClassName
{
color: #FECF87;
}
</style>
background-color css
<style>
a { background-color: #FECF87; }
a { background-color: rgb(254,207,135); }
div.DivClassName
{
background-color: #FECF87;
}
.BgClassName
{
background-color: #FECF87;
}
</style>
border-color css
<style>
span { border-color: #FECF87; }
span { border-color: rgb(254,207,135); }
td.TdClassName
{
border-color: #FECF87;
}
.TagClassName
{
border-color: #FECF87;
}
</style>