Shades of Cherokee #FEC98A
Tints of Cherokee #FEC98A
RGB
CMYK
RGB Variations
Color information
#FEC98A (or 0xFEC98A) is known color: Cherokee. HEX triplet: FE, C9 and 8A. RGB value is (254,201,138). Sum of RGB (Red+Green+Blue) = 254+201+138=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 138 (54.30% from 255 or 23.27% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC98A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC98A is #013675. Grayscale: #D1D1D1. Windows color (decimal): -79478 or 9095678. OLE color: 9095678.
HSL color Cylindrical-coordinate representation of color #FEC98A: hue angle of 32.59º 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 #FEC98A is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 138 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.00 |
| HSL | 32.59º | 0.98% | 0.77% | - |
| HSV(B) | 32.59º | 0.46% | 1% | - |
| XYZ | 66.35 | 64.68 | 33.03 | - |
| YUV | 209.67 | 87.56 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 138 | 0 | 0.21 | 0.46 | 0.00 | 32.59 | 0.98 | 0.77 |
| Hex | FE | C9 | 8A | 0 | 15 | 2E | 0 | 21 | 62 | 4D |
| Octal | 376 | 311 | 212 | 0 | 25 | 56 | 0 | 41 | 142 | 115 |
| Binary | 11111110 | 11001001 | 10001010 | 0 | 10101 | 101110 | 0 | 100001 | 1100010 | 1001101 |
Color Harmonies of #FEC98A
Complementary color
Monochromatic Colors of #FEC98A
Black with #FEC98A
Text Example
Text Example
White with #FEC98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC98A; }
p { color: rgb(254,201,138); }
H1.HeaderClassName
{
color: #FEC98A;
}
.AnyTagClassName
{
color: #FEC98A;
}
</style>
background-color css
<style>
a { background-color: #FEC98A; }
a { background-color: rgb(254,201,138); }
div.DivClassName
{
background-color: #FEC98A;
}
.BgClassName
{
background-color: #FEC98A;
}
</style>
border-color css
<style>
span { border-color: #FEC98A; }
span { border-color: rgb(254,201,138); }
td.TdClassName
{
border-color: #FEC98A;
}
.TagClassName
{
border-color: #FEC98A;
}
</style>