Shades of Supernova #FEC03A
Tints of Supernova #FEC03A
RGB
CMYK
RGB Variations
Color information
#FEC03A (or 0xFEC03A) is known color: Supernova. HEX triplet: FE, C0 and 3A. RGB value is (254,192,58). Sum of RGB (Red+Green+Blue) = 254+192+58=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 58 (23.05% from 255 or 11.51% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC03A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC03A is #013FC5. Grayscale: #C3C3C3. Windows color (decimal): -81862 or 3850494. OLE color: 3850494.
HSL color Cylindrical-coordinate representation of color #FEC03A: hue angle of 41.02º 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 #FEC03A is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 58 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.00 |
| HSL | 41.02º | 0.99% | 0.61% | - |
| HSV(B) | 41.02º | 0.77% | 1% | - |
| XYZ | 60.49 | 59.08 | 12.22 | - |
| YUV | 195.26 | 50.54 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 58 | 0 | 0.24 | 0.77 | 0.00 | 41.02 | 0.99 | 0.61 |
| Hex | FE | C0 | 3A | 0 | 18 | 4D | 0 | 29 | 63 | 3D |
| Octal | 376 | 300 | 72 | 0 | 30 | 115 | 0 | 51 | 143 | 75 |
| Binary | 11111110 | 11000000 | 111010 | 0 | 11000 | 1001101 | 0 | 101001 | 1100011 | 111101 |
Color Harmonies of #FEC03A
Complementary color
Monochromatic Colors of #FEC03A
Black with #FEC03A
Text Example
Text Example
White with #FEC03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC03A; }
p { color: rgb(254,192,58); }
H1.HeaderClassName
{
color: #FEC03A;
}
.AnyTagClassName
{
color: #FEC03A;
}
</style>
background-color css
<style>
a { background-color: #FEC03A; }
a { background-color: rgb(254,192,58); }
div.DivClassName
{
background-color: #FEC03A;
}
.BgClassName
{
background-color: #FEC03A;
}
</style>
border-color css
<style>
span { border-color: #FEC03A; }
span { border-color: rgb(254,192,58); }
td.TdClassName
{
border-color: #FEC03A;
}
.TagClassName
{
border-color: #FEC03A;
}
</style>