Shades of Sunglow #FED82E
Tints of Sunglow #FED82E
RGB
CMYK
RGB Variations
Color information
#FED82E (or 0xFED82E) is known color: Sunglow. HEX triplet: FE, D8 and 2E. RGB value is (254,216,46). Sum of RGB (Red+Green+Blue) = 254+216+46=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 216 (84.77% from 255 or 41.86% from 516); Blue value is 46 (18.36% from 255 or 8.91% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FED82E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED82E is #0127D1. Grayscale: #D0D0D0. Windows color (decimal): -75730 or 3070206. OLE color: 3070206.
HSL color Cylindrical-coordinate representation of color #FED82E: hue angle of 49.04º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FED82E is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 46 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.00 |
| HSL | 49.04º | 0.99% | 0.59% | - |
| HSV(B) | 49.04º | 0.82% | 1% | - |
| XYZ | 65.92 | 70.38 | 12.69 | - |
| YUV | 207.98 | 36.59 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 46 | 0 | 0.15 | 0.82 | 0.00 | 49.04 | 0.99 | 0.59 |
| Hex | FE | D8 | 2E | 0 | F | 52 | 0 | 31 | 63 | 3B |
| Octal | 376 | 330 | 56 | 0 | 17 | 122 | 0 | 61 | 143 | 73 |
| Binary | 11111110 | 11011000 | 101110 | 0 | 1111 | 1010010 | 0 | 110001 | 1100011 | 111011 |
Color Harmonies of #FED82E
Complementary color
Monochromatic Colors of #FED82E
Black with #FED82E
Text Example
Text Example
White with #FED82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED82E; }
p { color: rgb(254,216,46); }
H1.HeaderClassName
{
color: #FED82E;
}
.AnyTagClassName
{
color: #FED82E;
}
</style>
background-color css
<style>
a { background-color: #FED82E; }
a { background-color: rgb(254,216,46); }
div.DivClassName
{
background-color: #FED82E;
}
.BgClassName
{
background-color: #FED82E;
}
</style>
border-color css
<style>
span { border-color: #FED82E; }
span { border-color: rgb(254,216,46); }
td.TdClassName
{
border-color: #FED82E;
}
.TagClassName
{
border-color: #FED82E;
}
</style>