Shades of Sunglow #FED82D
Tints of Sunglow #FED82D
RGB
CMYK
RGB Variations
Color information
#FED82D (or 0xFED82D) is known color: Sunglow. HEX triplet: FE, D8 and 2D. RGB value is (254,216,45). Sum of RGB (Red+Green+Blue) = 254+216+45=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 45 (17.97% from 255 or 8.74% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FED82D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED82D is #0127D2. Grayscale: #D0D0D0. Windows color (decimal): -75731 or 3004670. OLE color: 3004670.
HSL color Cylindrical-coordinate representation of color #FED82D: hue angle of 49.09º 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 #FED82D is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 45 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.00 |
| HSL | 49.09º | 0.99% | 0.59% | - |
| HSV(B) | 49.09º | 0.82% | 1% | - |
| XYZ | 65.9 | 70.37 | 12.59 | - |
| YUV | 207.87 | 36.09 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 45 | 0 | 0.15 | 0.82 | 0.00 | 49.09 | 0.99 | 0.59 |
| Hex | FE | D8 | 2D | 0 | F | 52 | 0 | 31 | 63 | 3B |
| Octal | 376 | 330 | 55 | 0 | 17 | 122 | 0 | 61 | 143 | 73 |
| Binary | 11111110 | 11011000 | 101101 | 0 | 1111 | 1010010 | 0 | 110001 | 1100011 | 111011 |
Color Harmonies of #FED82D
Complementary color
Monochromatic Colors of #FED82D
Black with #FED82D
Text Example
Text Example
White with #FED82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED82D; }
p { color: rgb(254,216,45); }
H1.HeaderClassName
{
color: #FED82D;
}
.AnyTagClassName
{
color: #FED82D;
}
</style>
background-color css
<style>
a { background-color: #FED82D; }
a { background-color: rgb(254,216,45); }
div.DivClassName
{
background-color: #FED82D;
}
.BgClassName
{
background-color: #FED82D;
}
</style>
border-color css
<style>
span { border-color: #FED82D; }
span { border-color: rgb(254,216,45); }
td.TdClassName
{
border-color: #FED82D;
}
.TagClassName
{
border-color: #FED82D;
}
</style>