Shades of Cherokee #FED08A
Tints of Cherokee #FED08A
RGB
CMYK
RGB Variations
Color information
#FED08A (or 0xFED08A) is known color: Cherokee. HEX triplet: FE, D0 and 8A. RGB value is (254,208,138). Sum of RGB (Red+Green+Blue) = 254+208+138=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 208 (81.64% from 255 or 34.67% from 600); Blue value is 138 (54.30% from 255 or 23% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FED08A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED08A is #012F75. Grayscale: #D6D6D6. Windows color (decimal): -77686 or 9097470. OLE color: 9097470.
HSL color Cylindrical-coordinate representation of color #FED08A: hue angle of 36.21º 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 #FED08A is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 138 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.00 |
| HSL | 36.21º | 0.98% | 0.77% | - |
| HSV(B) | 36.21º | 0.46% | 1% | - |
| XYZ | 68.02 | 68.02 | 33.59 | - |
| YUV | 213.77 | 85.24 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 138 | 0 | 0.18 | 0.46 | 0.00 | 36.21 | 0.98 | 0.77 |
| Hex | FE | D0 | 8A | 0 | 12 | 2E | 0 | 24 | 62 | 4D |
| Octal | 376 | 320 | 212 | 0 | 22 | 56 | 0 | 44 | 142 | 115 |
| Binary | 11111110 | 11010000 | 10001010 | 0 | 10010 | 101110 | 0 | 100100 | 1100010 | 1001101 |
Color Harmonies of #FED08A
Complementary color
Monochromatic Colors of #FED08A
Black with #FED08A
Text Example
Text Example
White with #FED08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED08A; }
p { color: rgb(254,208,138); }
H1.HeaderClassName
{
color: #FED08A;
}
.AnyTagClassName
{
color: #FED08A;
}
</style>
background-color css
<style>
a { background-color: #FED08A; }
a { background-color: rgb(254,208,138); }
div.DivClassName
{
background-color: #FED08A;
}
.BgClassName
{
background-color: #FED08A;
}
</style>
border-color css
<style>
span { border-color: #FED08A; }
span { border-color: rgb(254,208,138); }
td.TdClassName
{
border-color: #FED08A;
}
.TagClassName
{
border-color: #FED08A;
}
</style>