Shades of Sunglow #FED82A
Tints of Sunglow #FED82A
RGB
CMYK
RGB Variations
Color information
#FED82A (or 0xFED82A) is known color: Sunglow. HEX triplet: FE, D8 and 2A. RGB value is (254,216,42). Sum of RGB (Red+Green+Blue) = 254+216+42=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 216 (84.77% from 255 or 42.19% from 512); Blue value is 42 (16.80% from 255 or 8.20% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FED82A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED82A is #0127D5. Grayscale: #D0D0D0. Windows color (decimal): -75734 or 2808062. OLE color: 2808062.
HSL color Cylindrical-coordinate representation of color #FED82A: hue angle of 49.25º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FED82A is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 42 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.00 |
| HSL | 49.25º | 0.99% | 0.58% | - |
| HSV(B) | 49.25º | 0.83% | 1% | - |
| XYZ | 65.85 | 70.35 | 12.3 | - |
| YUV | 207.53 | 34.59 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 42 | 0 | 0.15 | 0.83 | 0.00 | 49.25 | 0.99 | 0.58 |
| Hex | FE | D8 | 2A | 0 | F | 53 | 0 | 31 | 63 | 3A |
| Octal | 376 | 330 | 52 | 0 | 17 | 123 | 0 | 61 | 143 | 72 |
| Binary | 11111110 | 11011000 | 101010 | 0 | 1111 | 1010011 | 0 | 110001 | 1100011 | 111010 |
Color Harmonies of #FED82A
Complementary color
Monochromatic Colors of #FED82A
Black with #FED82A
Text Example
Text Example
White with #FED82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED82A; }
p { color: rgb(254,216,42); }
H1.HeaderClassName
{
color: #FED82A;
}
.AnyTagClassName
{
color: #FED82A;
}
</style>
background-color css
<style>
a { background-color: #FED82A; }
a { background-color: rgb(254,216,42); }
div.DivClassName
{
background-color: #FED82A;
}
.BgClassName
{
background-color: #FED82A;
}
</style>
border-color css
<style>
span { border-color: #FED82A; }
span { border-color: rgb(254,216,42); }
td.TdClassName
{
border-color: #FED82A;
}
.TagClassName
{
border-color: #FED82A;
}
</style>