Shades of Sunglow #FED02D
Tints of Sunglow #FED02D
RGB
CMYK
RGB Variations
Color information
#FED02D (or 0xFED02D) is known color: Sunglow. HEX triplet: FE, D0 and 2D. RGB value is (254,208,45). Sum of RGB (Red+Green+Blue) = 254+208+45=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 45 (17.97% from 255 or 8.88% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FED02D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED02D is #012FD2. Grayscale: #CBCBCB. Windows color (decimal): -77779 or 3002622. OLE color: 3002622.
HSL color Cylindrical-coordinate representation of color #FED02D: hue angle of 46.79º 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 #FED02D is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 45 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.00 |
| HSL | 46.79º | 0.99% | 0.59% | - |
| HSV(B) | 46.79º | 0.82% | 1% | - |
| XYZ | 63.9 | 66.37 | 11.93 | - |
| YUV | 203.17 | 38.74 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 45 | 0 | 0.18 | 0.82 | 0.00 | 46.79 | 0.99 | 0.59 |
| Hex | FE | D0 | 2D | 0 | 12 | 52 | 0 | 2F | 63 | 3B |
| Octal | 376 | 320 | 55 | 0 | 22 | 122 | 0 | 57 | 143 | 73 |
| Binary | 11111110 | 11010000 | 101101 | 0 | 10010 | 1010010 | 0 | 101111 | 1100011 | 111011 |
Color Harmonies of #FED02D
Complementary color
Monochromatic Colors of #FED02D
Black with #FED02D
Text Example
Text Example
White with #FED02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED02D; }
p { color: rgb(254,208,45); }
H1.HeaderClassName
{
color: #FED02D;
}
.AnyTagClassName
{
color: #FED02D;
}
</style>
background-color css
<style>
a { background-color: #FED02D; }
a { background-color: rgb(254,208,45); }
div.DivClassName
{
background-color: #FED02D;
}
.BgClassName
{
background-color: #FED02D;
}
</style>
border-color css
<style>
span { border-color: #FED02D; }
span { border-color: rgb(254,208,45); }
td.TdClassName
{
border-color: #FED02D;
}
.TagClassName
{
border-color: #FED02D;
}
</style>