Shades of Supernova #FEC03C
Tints of Supernova #FEC03C
RGB
CMYK
RGB Variations
Color information
#FEC03C (or 0xFEC03C) is known color: Supernova. HEX triplet: FE, C0 and 3C. RGB value is (254,192,60). Sum of RGB (Red+Green+Blue) = 254+192+60=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 60 (23.83% from 255 or 11.86% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC03C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC03C is #013FC3. Grayscale: #C4C4C4. Windows color (decimal): -81860 or 3981566. OLE color: 3981566.
HSL color Cylindrical-coordinate representation of color #FEC03C: hue angle of 40.82º 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 #FEC03C is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 60 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.00 |
| HSL | 40.82º | 0.99% | 0.62% | - |
| HSV(B) | 40.82º | 0.76% | 1% | - |
| XYZ | 60.54 | 59.1 | 12.49 | - |
| YUV | 195.49 | 51.54 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 60 | 0 | 0.24 | 0.76 | 0.00 | 40.82 | 0.99 | 0.62 |
| Hex | FE | C0 | 3C | 0 | 18 | 4C | 0 | 29 | 63 | 3E |
| Octal | 376 | 300 | 74 | 0 | 30 | 114 | 0 | 51 | 143 | 76 |
| Binary | 11111110 | 11000000 | 111100 | 0 | 11000 | 1001100 | 0 | 101001 | 1100011 | 111110 |
Color Harmonies of #FEC03C
Complementary color
Monochromatic Colors of #FEC03C
Black with #FEC03C
Text Example
Text Example
White with #FEC03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC03C; }
p { color: rgb(254,192,60); }
H1.HeaderClassName
{
color: #FEC03C;
}
.AnyTagClassName
{
color: #FEC03C;
}
</style>
background-color css
<style>
a { background-color: #FEC03C; }
a { background-color: rgb(254,192,60); }
div.DivClassName
{
background-color: #FEC03C;
}
.BgClassName
{
background-color: #FEC03C;
}
</style>
border-color css
<style>
span { border-color: #FEC03C; }
span { border-color: rgb(254,192,60); }
td.TdClassName
{
border-color: #FEC03C;
}
.TagClassName
{
border-color: #FEC03C;
}
</style>