Shades of Cherokee #FECF89
Tints of Cherokee #FECF89
RGB
CMYK
RGB Variations
Color information
#FECF89 (or 0xFECF89) is known color: Cherokee. HEX triplet: FE, CF and 89. RGB value is (254,207,137). Sum of RGB (Red+Green+Blue) = 254+207+137=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 137 (53.91% from 255 or 22.91% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECF89 is #013076. Grayscale: #D5D5D5. Windows color (decimal): -77943 or 9031678. OLE color: 9031678.
HSL color Cylindrical-coordinate representation of color #FECF89: hue angle of 35.9º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FECF89 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 137 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.00 |
| HSL | 35.9º | 0.98% | 0.77% | - |
| HSV(B) | 35.9º | 0.46% | 1% | - |
| XYZ | 67.7 | 67.5 | 33.13 | - |
| YUV | 213.07 | 85.07 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 137 | 0 | 0.19 | 0.46 | 0.00 | 35.9 | 0.98 | 0.77 |
| Hex | FE | CF | 89 | 0 | 13 | 2E | 0 | 24 | 62 | 4D |
| Octal | 376 | 317 | 211 | 0 | 23 | 56 | 0 | 44 | 142 | 115 |
| Binary | 11111110 | 11001111 | 10001001 | 0 | 10011 | 101110 | 0 | 100100 | 1100010 | 1001101 |
Color Harmonies of #FECF89
Complementary color
Monochromatic Colors of #FECF89
Black with #FECF89
Text Example
Text Example
White with #FECF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF89; }
p { color: rgb(254,207,137); }
H1.HeaderClassName
{
color: #FECF89;
}
.AnyTagClassName
{
color: #FECF89;
}
</style>
background-color css
<style>
a { background-color: #FECF89; }
a { background-color: rgb(254,207,137); }
div.DivClassName
{
background-color: #FECF89;
}
.BgClassName
{
background-color: #FECF89;
}
</style>
border-color css
<style>
span { border-color: #FECF89; }
span { border-color: rgb(254,207,137); }
td.TdClassName
{
border-color: #FECF89;
}
.TagClassName
{
border-color: #FECF89;
}
</style>