Shades of Supernova #FEC03E
Tints of Supernova #FEC03E
RGB
CMYK
RGB Variations
Color information
#FEC03E (or 0xFEC03E) is known color: Supernova. HEX triplet: FE, C0 and 3E. RGB value is (254,192,62). Sum of RGB (Red+Green+Blue) = 254+192+62=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 62 (24.61% from 255 or 12.20% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC03E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC03E is #013FC1. Grayscale: #C4C4C4. Windows color (decimal): -81858 or 4112638. OLE color: 4112638.
HSL color Cylindrical-coordinate representation of color #FEC03E: hue angle of 40.62º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FEC03E is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 62 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.00 |
| HSL | 40.63º | 0.99% | 0.62% | - |
| HSV(B) | 40.63º | 0.76% | 1% | - |
| XYZ | 60.59 | 59.12 | 12.77 | - |
| YUV | 195.72 | 52.54 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 62 | 0 | 0.24 | 0.76 | 0.00 | 40.63 | 0.99 | 0.62 |
| Hex | FE | C0 | 3E | 0 | 18 | 4C | 0 | 29 | 63 | 3E |
| Octal | 376 | 300 | 76 | 0 | 30 | 114 | 0 | 51 | 143 | 76 |
| Binary | 11111110 | 11000000 | 111110 | 0 | 11000 | 1001100 | 0 | 101001 | 1100011 | 111110 |
Color Harmonies of #FEC03E
Complementary color
Monochromatic Colors of #FEC03E
Black with #FEC03E
Text Example
Text Example
White with #FEC03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC03E; }
p { color: rgb(254,192,62); }
H1.HeaderClassName
{
color: #FEC03E;
}
.AnyTagClassName
{
color: #FEC03E;
}
</style>
background-color css
<style>
a { background-color: #FEC03E; }
a { background-color: rgb(254,192,62); }
div.DivClassName
{
background-color: #FEC03E;
}
.BgClassName
{
background-color: #FEC03E;
}
</style>
border-color css
<style>
span { border-color: #FEC03E; }
span { border-color: rgb(254,192,62); }
td.TdClassName
{
border-color: #FEC03E;
}
.TagClassName
{
border-color: #FEC03E;
}
</style>