Shades of Cherokee #FED082
Tints of Cherokee #FED082
RGB
CMYK
RGB Variations
Color information
#FED082 (or 0xFED082) is known color: Cherokee. HEX triplet: FE, D0 and 82. RGB value is (254,208,130). Sum of RGB (Red+Green+Blue) = 254+208+130=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 208 (81.64% from 255 or 35.14% from 592); Blue value is 130 (51.17% from 255 or 21.96% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FED082 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED082 is #012F7D. Grayscale: #D5D5D5. Windows color (decimal): -77694 or 8573182. OLE color: 8573182.
HSL color Cylindrical-coordinate representation of color #FED082: hue angle of 37.74º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FED082 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 130 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.00 |
| HSL | 37.74º | 0.98% | 0.75% | - |
| HSV(B) | 37.74º | 0.49% | 1% | - |
| XYZ | 67.46 | 67.79 | 30.65 | - |
| YUV | 212.86 | 81.24 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 130 | 0 | 0.18 | 0.49 | 0.00 | 37.74 | 0.98 | 0.75 |
| Hex | FE | D0 | 82 | 0 | 12 | 31 | 0 | 26 | 62 | 4B |
| Octal | 376 | 320 | 202 | 0 | 22 | 61 | 0 | 46 | 142 | 113 |
| Binary | 11111110 | 11010000 | 10000010 | 0 | 10010 | 110001 | 0 | 100110 | 1100010 | 1001011 |
Color Harmonies of #FED082
Complementary color
Monochromatic Colors of #FED082
Black with #FED082
Text Example
Text Example
White with #FED082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED082; }
p { color: rgb(254,208,130); }
H1.HeaderClassName
{
color: #FED082;
}
.AnyTagClassName
{
color: #FED082;
}
</style>
background-color css
<style>
a { background-color: #FED082; }
a { background-color: rgb(254,208,130); }
div.DivClassName
{
background-color: #FED082;
}
.BgClassName
{
background-color: #FED082;
}
</style>
border-color css
<style>
span { border-color: #FED082; }
span { border-color: rgb(254,208,130); }
td.TdClassName
{
border-color: #FED082;
}
.TagClassName
{
border-color: #FED082;
}
</style>