Shades of Cherokee #FECA88
Tints of Cherokee #FECA88
RGB
CMYK
RGB Variations
Color information
#FECA88 (or 0xFECA88) is known color: Cherokee. HEX triplet: FE, CA and 88. RGB value is (254,202,136). Sum of RGB (Red+Green+Blue) = 254+202+136=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 136 (53.52% from 255 or 22.97% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECA88 is #013577. Grayscale: #D2D2D2. Windows color (decimal): -79224 or 8964862. OLE color: 8964862.
HSL color Cylindrical-coordinate representation of color #FECA88: hue angle of 33.56º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FECA88 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 136 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.00 |
| HSL | 33.56º | 0.98% | 0.76% | - |
| HSV(B) | 33.56º | 0.46% | 1% | - |
| XYZ | 66.44 | 65.09 | 32.35 | - |
| YUV | 210.02 | 86.23 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 136 | 0 | 0.20 | 0.46 | 0.00 | 33.56 | 0.98 | 0.76 |
| Hex | FE | CA | 88 | 0 | 14 | 2E | 0 | 22 | 62 | 4C |
| Octal | 376 | 312 | 210 | 0 | 24 | 56 | 0 | 42 | 142 | 114 |
| Binary | 11111110 | 11001010 | 10001000 | 0 | 10100 | 101110 | 0 | 100010 | 1100010 | 1001100 |
Color Harmonies of #FECA88
Complementary color
Monochromatic Colors of #FECA88
Black with #FECA88
Text Example
Text Example
White with #FECA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA88; }
p { color: rgb(254,202,136); }
H1.HeaderClassName
{
color: #FECA88;
}
.AnyTagClassName
{
color: #FECA88;
}
</style>
background-color css
<style>
a { background-color: #FECA88; }
a { background-color: rgb(254,202,136); }
div.DivClassName
{
background-color: #FECA88;
}
.BgClassName
{
background-color: #FECA88;
}
</style>
border-color css
<style>
span { border-color: #FECA88; }
span { border-color: rgb(254,202,136); }
td.TdClassName
{
border-color: #FECA88;
}
.TagClassName
{
border-color: #FECA88;
}
</style>