Shades of Sunglow #FED03A
Tints of Sunglow #FED03A
RGB
CMYK
RGB Variations
Color information
#FED03A (or 0xFED03A) is known color: Sunglow. HEX triplet: FE, D0 and 3A. RGB value is (254,208,58). Sum of RGB (Red+Green+Blue) = 254+208+58=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 58 (23.05% from 255 or 11.15% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FED03A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED03A is #012FC5. Grayscale: #CDCDCD. Windows color (decimal): -77766 or 3854590. OLE color: 3854590.
HSL color Cylindrical-coordinate representation of color #FED03A: hue angle of 45.92º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FED03A is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 58 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.00 |
| HSL | 45.92º | 0.99% | 0.61% | - |
| HSV(B) | 45.92º | 0.77% | 1% | - |
| XYZ | 64.19 | 66.49 | 13.45 | - |
| YUV | 204.65 | 45.24 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 58 | 0 | 0.18 | 0.77 | 0.00 | 45.92 | 0.99 | 0.61 |
| Hex | FE | D0 | 3A | 0 | 12 | 4D | 0 | 2E | 63 | 3D |
| Octal | 376 | 320 | 72 | 0 | 22 | 115 | 0 | 56 | 143 | 75 |
| Binary | 11111110 | 11010000 | 111010 | 0 | 10010 | 1001101 | 0 | 101110 | 1100011 | 111101 |
Color Harmonies of #FED03A
Complementary color
Monochromatic Colors of #FED03A
Black with #FED03A
Text Example
Text Example
White with #FED03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED03A; }
p { color: rgb(254,208,58); }
H1.HeaderClassName
{
color: #FED03A;
}
.AnyTagClassName
{
color: #FED03A;
}
</style>
background-color css
<style>
a { background-color: #FED03A; }
a { background-color: rgb(254,208,58); }
div.DivClassName
{
background-color: #FED03A;
}
.BgClassName
{
background-color: #FED03A;
}
</style>
border-color css
<style>
span { border-color: #FED03A; }
span { border-color: rgb(254,208,58); }
td.TdClassName
{
border-color: #FED03A;
}
.TagClassName
{
border-color: #FED03A;
}
</style>