Shades of Supernova #FEC041
Tints of Supernova #FEC041
RGB
CMYK
RGB Variations
Color information
#FEC041 (or 0xFEC041) is known color: Supernova. HEX triplet: FE, C0 and 41. RGB value is (254,192,65). Sum of RGB (Red+Green+Blue) = 254+192+65=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 65 (25.78% from 255 or 12.72% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC041 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC041 is #013FBE. Grayscale: #C4C4C4. Windows color (decimal): -81855 or 4309246. OLE color: 4309246.
HSL color Cylindrical-coordinate representation of color #FEC041: hue angle of 40.32º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FEC041 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 65 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.00 |
| HSL | 40.32º | 0.99% | 0.63% | - |
| HSV(B) | 40.32º | 0.74% | 1% | - |
| XYZ | 60.68 | 59.15 | 13.22 | - |
| YUV | 196.06 | 54.04 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 65 | 0 | 0.24 | 0.74 | 0.00 | 40.32 | 0.99 | 0.63 |
| Hex | FE | C0 | 41 | 0 | 18 | 4A | 0 | 28 | 63 | 3F |
| Octal | 376 | 300 | 101 | 0 | 30 | 112 | 0 | 50 | 143 | 77 |
| Binary | 11111110 | 11000000 | 1000001 | 0 | 11000 | 1001010 | 0 | 101000 | 1100011 | 111111 |
Color Harmonies of #FEC041
Complementary color
Monochromatic Colors of #FEC041
Black with #FEC041
Text Example
Text Example
White with #FEC041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC041; }
p { color: rgb(254,192,65); }
H1.HeaderClassName
{
color: #FEC041;
}
.AnyTagClassName
{
color: #FEC041;
}
</style>
background-color css
<style>
a { background-color: #FEC041; }
a { background-color: rgb(254,192,65); }
div.DivClassName
{
background-color: #FEC041;
}
.BgClassName
{
background-color: #FEC041;
}
</style>
border-color css
<style>
span { border-color: #FEC041; }
span { border-color: rgb(254,192,65); }
td.TdClassName
{
border-color: #FEC041;
}
.TagClassName
{
border-color: #FEC041;
}
</style>