Shades of Supernova #FEC13D
Tints of Supernova #FEC13D
RGB
CMYK
RGB Variations
Color information
#FEC13D (or 0xFEC13D) is known color: Supernova. HEX triplet: FE, C1 and 3D. RGB value is (254,193,61). Sum of RGB (Red+Green+Blue) = 254+193+61=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 193 (75.78% from 255 or 37.99% from 508); Blue value is 61 (24.22% from 255 or 12.01% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC13D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC13D is #013EC2. Grayscale: #C4C4C4. Windows color (decimal): -81603 or 4047358. OLE color: 4047358.
HSL color Cylindrical-coordinate representation of color #FEC13D: hue angle of 41.04º 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 #FEC13D is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 61 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.00 |
| HSL | 41.04º | 0.99% | 0.62% | - |
| HSV(B) | 41.04º | 0.76% | 1% | - |
| XYZ | 60.79 | 59.55 | 12.71 | - |
| YUV | 196.19 | 51.71 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 61 | 0 | 0.24 | 0.76 | 0.00 | 41.04 | 0.99 | 0.62 |
| Hex | FE | C1 | 3D | 0 | 18 | 4C | 0 | 29 | 63 | 3E |
| Octal | 376 | 301 | 75 | 0 | 30 | 114 | 0 | 51 | 143 | 76 |
| Binary | 11111110 | 11000001 | 111101 | 0 | 11000 | 1001100 | 0 | 101001 | 1100011 | 111110 |
Color Harmonies of #FEC13D
Complementary color
Monochromatic Colors of #FEC13D
Black with #FEC13D
Text Example
Text Example
White with #FEC13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC13D; }
p { color: rgb(254,193,61); }
H1.HeaderClassName
{
color: #FEC13D;
}
.AnyTagClassName
{
color: #FEC13D;
}
</style>
background-color css
<style>
a { background-color: #FEC13D; }
a { background-color: rgb(254,193,61); }
div.DivClassName
{
background-color: #FEC13D;
}
.BgClassName
{
background-color: #FEC13D;
}
</style>
border-color css
<style>
span { border-color: #FEC13D; }
span { border-color: rgb(254,193,61); }
td.TdClassName
{
border-color: #FEC13D;
}
.TagClassName
{
border-color: #FEC13D;
}
</style>