Shades of Supernova #FEC141
Tints of Supernova #FEC141
RGB
CMYK
RGB Variations
Color information
#FEC141 (or 0xFEC141) is known color: Supernova. HEX triplet: FE, C1 and 41. RGB value is (254,193,65). Sum of RGB (Red+Green+Blue) = 254+193+65=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 65 (25.78% from 255 or 12.70% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC141 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC141 is #013EBE. Grayscale: #C5C5C5. Windows color (decimal): -81599 or 4309502. OLE color: 4309502.
HSL color Cylindrical-coordinate representation of color #FEC141: hue angle of 40.63º 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 #FEC141 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 65 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.00 |
| HSL | 40.63º | 0.99% | 0.63% | - |
| HSV(B) | 40.63º | 0.74% | 1% | - |
| XYZ | 60.9 | 59.59 | 13.29 | - |
| YUV | 196.65 | 53.71 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 65 | 0 | 0.24 | 0.74 | 0.00 | 40.63 | 0.99 | 0.63 |
| Hex | FE | C1 | 41 | 0 | 18 | 4A | 0 | 29 | 63 | 3F |
| Octal | 376 | 301 | 101 | 0 | 30 | 112 | 0 | 51 | 143 | 77 |
| Binary | 11111110 | 11000001 | 1000001 | 0 | 11000 | 1001010 | 0 | 101001 | 1100011 | 111111 |
Color Harmonies of #FEC141
Complementary color
Monochromatic Colors of #FEC141
Black with #FEC141
Text Example
Text Example
White with #FEC141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC141; }
p { color: rgb(254,193,65); }
H1.HeaderClassName
{
color: #FEC141;
}
.AnyTagClassName
{
color: #FEC141;
}
</style>
background-color css
<style>
a { background-color: #FEC141; }
a { background-color: rgb(254,193,65); }
div.DivClassName
{
background-color: #FEC141;
}
.BgClassName
{
background-color: #FEC141;
}
</style>
border-color css
<style>
span { border-color: #FEC141; }
span { border-color: rgb(254,193,65); }
td.TdClassName
{
border-color: #FEC141;
}
.TagClassName
{
border-color: #FEC141;
}
</style>