Shades of Cherokee #FED488
Tints of Cherokee #FED488
RGB
CMYK
RGB Variations
Color information
#FED488 (or 0xFED488) is known color: Cherokee. HEX triplet: FE, D4 and 88. RGB value is (254,212,136). Sum of RGB (Red+Green+Blue) = 254+212+136=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 136 (53.52% from 255 or 22.59% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FED488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED488 is #012B77. Grayscale: #D8D8D8. Windows color (decimal): -76664 or 8967422. OLE color: 8967422.
HSL color Cylindrical-coordinate representation of color #FED488: hue angle of 38.64º 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 #FED488 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 136 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.00 |
| HSL | 38.64º | 0.98% | 0.76% | - |
| HSV(B) | 38.64º | 0.46% | 1% | - |
| XYZ | 68.86 | 69.94 | 33.16 | - |
| YUV | 215.89 | 82.91 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 136 | 0 | 0.17 | 0.46 | 0.00 | 38.64 | 0.98 | 0.76 |
| Hex | FE | D4 | 88 | 0 | 11 | 2E | 0 | 27 | 62 | 4C |
| Octal | 376 | 324 | 210 | 0 | 21 | 56 | 0 | 47 | 142 | 114 |
| Binary | 11111110 | 11010100 | 10001000 | 0 | 10001 | 101110 | 0 | 100111 | 1100010 | 1001100 |
Color Harmonies of #FED488
Complementary color
Monochromatic Colors of #FED488
Black with #FED488
Text Example
Text Example
White with #FED488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED488; }
p { color: rgb(254,212,136); }
H1.HeaderClassName
{
color: #FED488;
}
.AnyTagClassName
{
color: #FED488;
}
</style>
background-color css
<style>
a { background-color: #FED488; }
a { background-color: rgb(254,212,136); }
div.DivClassName
{
background-color: #FED488;
}
.BgClassName
{
background-color: #FED488;
}
</style>
border-color css
<style>
span { border-color: #FED488; }
span { border-color: rgb(254,212,136); }
td.TdClassName
{
border-color: #FED488;
}
.TagClassName
{
border-color: #FED488;
}
</style>