Shades of Sunglow #FED03F
Tints of Sunglow #FED03F
RGB
CMYK
RGB Variations
Color information
#FED03F (or 0xFED03F) is known color: Sunglow. HEX triplet: FE, D0 and 3F. RGB value is (254,208,63). Sum of RGB (Red+Green+Blue) = 254+208+63=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 63 (25% from 255 or 12% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FED03F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED03F is #012FC0. Grayscale: #CDCDCD. Windows color (decimal): -77761 or 4182270. OLE color: 4182270.
HSL color Cylindrical-coordinate representation of color #FED03F: hue angle of 45.55º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FED03F is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 63 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.00 |
| HSL | 45.55º | 0.99% | 0.62% | - |
| HSV(B) | 45.55º | 0.75% | 1% | - |
| XYZ | 64.33 | 66.54 | 14.16 | - |
| YUV | 205.22 | 47.74 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 63 | 0 | 0.18 | 0.75 | 0.00 | 45.55 | 0.99 | 0.62 |
| Hex | FE | D0 | 3F | 0 | 12 | 4B | 0 | 2E | 63 | 3E |
| Octal | 376 | 320 | 77 | 0 | 22 | 113 | 0 | 56 | 143 | 76 |
| Binary | 11111110 | 11010000 | 111111 | 0 | 10010 | 1001011 | 0 | 101110 | 1100011 | 111110 |
Color Harmonies of #FED03F
Complementary color
Monochromatic Colors of #FED03F
Black with #FED03F
Text Example
Text Example
White with #FED03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED03F; }
p { color: rgb(254,208,63); }
H1.HeaderClassName
{
color: #FED03F;
}
.AnyTagClassName
{
color: #FED03F;
}
</style>
background-color css
<style>
a { background-color: #FED03F; }
a { background-color: rgb(254,208,63); }
div.DivClassName
{
background-color: #FED03F;
}
.BgClassName
{
background-color: #FED03F;
}
</style>
border-color css
<style>
span { border-color: #FED03F; }
span { border-color: rgb(254,208,63); }
td.TdClassName
{
border-color: #FED03F;
}
.TagClassName
{
border-color: #FED03F;
}
</style>