Shades of Cherokee #FECA85
Tints of Cherokee #FECA85
RGB
CMYK
RGB Variations
Color information
#FECA85 (or 0xFECA85) is known color: Cherokee. HEX triplet: FE, CA and 85. RGB value is (254,202,133). Sum of RGB (Red+Green+Blue) = 254+202+133=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 133 (52.34% from 255 or 22.58% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECA85 is #01357A. Grayscale: #D2D2D2. Windows color (decimal): -79227 or 8768254. OLE color: 8768254.
HSL color Cylindrical-coordinate representation of color #FECA85: hue angle of 34.21º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FECA85 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 133 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.00 |
| HSL | 34.21º | 0.98% | 0.76% | - |
| HSV(B) | 34.21º | 0.48% | 1% | - |
| XYZ | 66.23 | 65.01 | 31.25 | - |
| YUV | 209.68 | 84.73 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 133 | 0 | 0.20 | 0.48 | 0.00 | 34.21 | 0.98 | 0.76 |
| Hex | FE | CA | 85 | 0 | 14 | 30 | 0 | 22 | 62 | 4C |
| Octal | 376 | 312 | 205 | 0 | 24 | 60 | 0 | 42 | 142 | 114 |
| Binary | 11111110 | 11001010 | 10000101 | 0 | 10100 | 110000 | 0 | 100010 | 1100010 | 1001100 |
Color Harmonies of #FECA85
Complementary color
Monochromatic Colors of #FECA85
Black with #FECA85
Text Example
Text Example
White with #FECA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA85; }
p { color: rgb(254,202,133); }
H1.HeaderClassName
{
color: #FECA85;
}
.AnyTagClassName
{
color: #FECA85;
}
</style>
background-color css
<style>
a { background-color: #FECA85; }
a { background-color: rgb(254,202,133); }
div.DivClassName
{
background-color: #FECA85;
}
.BgClassName
{
background-color: #FECA85;
}
</style>
border-color css
<style>
span { border-color: #FECA85; }
span { border-color: rgb(254,202,133); }
td.TdClassName
{
border-color: #FECA85;
}
.TagClassName
{
border-color: #FECA85;
}
</style>