Shades of Supernova #FEC13C
Tints of Supernova #FEC13C
RGB
CMYK
RGB Variations
Color information
#FEC13C (or 0xFEC13C) is known color: Supernova. HEX triplet: FE, C1 and 3C. RGB value is (254,193,60). Sum of RGB (Red+Green+Blue) = 254+193+60=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 60 (23.83% from 255 or 11.83% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC13C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC13C is #013EC3. Grayscale: #C4C4C4. Windows color (decimal): -81604 or 3981822. OLE color: 3981822.
HSL color Cylindrical-coordinate representation of color #FEC13C: hue angle of 41.13º 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 #FEC13C is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 60 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.00 |
| HSL | 41.13º | 0.99% | 0.62% | - |
| HSV(B) | 41.13º | 0.76% | 1% | - |
| XYZ | 60.76 | 59.54 | 12.56 | - |
| YUV | 196.08 | 51.21 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 60 | 0 | 0.24 | 0.76 | 0.00 | 41.13 | 0.99 | 0.62 |
| Hex | FE | C1 | 3C | 0 | 18 | 4C | 0 | 29 | 63 | 3E |
| Octal | 376 | 301 | 74 | 0 | 30 | 114 | 0 | 51 | 143 | 76 |
| Binary | 11111110 | 11000001 | 111100 | 0 | 11000 | 1001100 | 0 | 101001 | 1100011 | 111110 |
Color Harmonies of #FEC13C
Complementary color
Monochromatic Colors of #FEC13C
Black with #FEC13C
Text Example
Text Example
White with #FEC13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC13C; }
p { color: rgb(254,193,60); }
H1.HeaderClassName
{
color: #FEC13C;
}
.AnyTagClassName
{
color: #FEC13C;
}
</style>
background-color css
<style>
a { background-color: #FEC13C; }
a { background-color: rgb(254,193,60); }
div.DivClassName
{
background-color: #FEC13C;
}
.BgClassName
{
background-color: #FEC13C;
}
</style>
border-color css
<style>
span { border-color: #FEC13C; }
span { border-color: rgb(254,193,60); }
td.TdClassName
{
border-color: #FEC13C;
}
.TagClassName
{
border-color: #FEC13C;
}
</style>