Shades of Cherokee #FECA8A
Tints of Cherokee #FECA8A
RGB
CMYK
RGB Variations
Color information
#FECA8A (or 0xFECA8A) is known color: Cherokee. HEX triplet: FE, CA and 8A. RGB value is (254,202,138). Sum of RGB (Red+Green+Blue) = 254+202+138=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 138 (54.30% from 255 or 23.23% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECA8A is #013575. Grayscale: #D2D2D2. Windows color (decimal): -79222 or 9095934. OLE color: 9095934.
HSL color Cylindrical-coordinate representation of color #FECA8A: hue angle of 33.1º 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 #FECA8A is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 138 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.00 |
| HSL | 33.1º | 0.98% | 0.77% | - |
| HSV(B) | 33.1º | 0.46% | 1% | - |
| XYZ | 66.58 | 65.15 | 33.11 | - |
| YUV | 210.25 | 87.23 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 138 | 0 | 0.20 | 0.46 | 0.00 | 33.1 | 0.98 | 0.77 |
| Hex | FE | CA | 8A | 0 | 14 | 2E | 0 | 21 | 62 | 4D |
| Octal | 376 | 312 | 212 | 0 | 24 | 56 | 0 | 41 | 142 | 115 |
| Binary | 11111110 | 11001010 | 10001010 | 0 | 10100 | 101110 | 0 | 100001 | 1100010 | 1001101 |
Color Harmonies of #FECA8A
Complementary color
Monochromatic Colors of #FECA8A
Black with #FECA8A
Text Example
Text Example
White with #FECA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA8A; }
p { color: rgb(254,202,138); }
H1.HeaderClassName
{
color: #FECA8A;
}
.AnyTagClassName
{
color: #FECA8A;
}
</style>
background-color css
<style>
a { background-color: #FECA8A; }
a { background-color: rgb(254,202,138); }
div.DivClassName
{
background-color: #FECA8A;
}
.BgClassName
{
background-color: #FECA8A;
}
</style>
border-color css
<style>
span { border-color: #FECA8A; }
span { border-color: rgb(254,202,138); }
td.TdClassName
{
border-color: #FECA8A;
}
.TagClassName
{
border-color: #FECA8A;
}
</style>