Shades of Supernova #FEC040
Tints of Supernova #FEC040
RGB
CMYK
RGB Variations
Color information
#FEC040 (or 0xFEC040) is known color: Supernova. HEX triplet: FE, C0 and 40. RGB value is (254,192,64). Sum of RGB (Red+Green+Blue) = 254+192+64=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 64 (25.39% from 255 or 12.55% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC040 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC040 is #013FBF. Grayscale: #C4C4C4. Windows color (decimal): -81856 or 4243710. OLE color: 4243710.
HSL color Cylindrical-coordinate representation of color #FEC040: hue angle of 40.42º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FEC040 is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 64 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.00 |
| HSL | 40.42º | 0.99% | 0.62% | - |
| HSV(B) | 40.42º | 0.75% | 1% | - |
| XYZ | 60.65 | 59.14 | 13.07 | - |
| YUV | 195.95 | 53.54 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 64 | 0 | 0.24 | 0.75 | 0.00 | 40.42 | 0.99 | 0.62 |
| Hex | FE | C0 | 40 | 0 | 18 | 4B | 0 | 28 | 63 | 3E |
| Octal | 376 | 300 | 100 | 0 | 30 | 113 | 0 | 50 | 143 | 76 |
| Binary | 11111110 | 11000000 | 1000000 | 0 | 11000 | 1001011 | 0 | 101000 | 1100011 | 111110 |
Color Harmonies of #FEC040
Complementary color
Monochromatic Colors of #FEC040
Black with #FEC040
Text Example
Text Example
White with #FEC040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC040; }
p { color: rgb(254,192,64); }
H1.HeaderClassName
{
color: #FEC040;
}
.AnyTagClassName
{
color: #FEC040;
}
</style>
background-color css
<style>
a { background-color: #FEC040; }
a { background-color: rgb(254,192,64); }
div.DivClassName
{
background-color: #FEC040;
}
.BgClassName
{
background-color: #FEC040;
}
</style>
border-color css
<style>
span { border-color: #FEC040; }
span { border-color: rgb(254,192,64); }
td.TdClassName
{
border-color: #FEC040;
}
.TagClassName
{
border-color: #FEC040;
}
</style>