Shades of Supernova #FEC13B
Tints of Supernova #FEC13B
RGB
CMYK
RGB Variations
Color information
#FEC13B (or 0xFEC13B) is known color: Supernova. HEX triplet: FE, C1 and 3B. RGB value is (254,193,59). Sum of RGB (Red+Green+Blue) = 254+193+59=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 59 (23.44% from 255 or 11.66% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC13B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC13B is #013EC4. Grayscale: #C4C4C4. Windows color (decimal): -81605 or 3916286. OLE color: 3916286.
HSL color Cylindrical-coordinate representation of color #FEC13B: hue angle of 41.23º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FEC13B is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 59 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.00 |
| HSL | 41.23º | 0.99% | 0.61% | - |
| HSV(B) | 41.23º | 0.77% | 1% | - |
| XYZ | 60.73 | 59.53 | 12.43 | - |
| YUV | 195.96 | 50.71 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 59 | 0 | 0.24 | 0.77 | 0.00 | 41.23 | 0.99 | 0.61 |
| Hex | FE | C1 | 3B | 0 | 18 | 4D | 0 | 29 | 63 | 3D |
| Octal | 376 | 301 | 73 | 0 | 30 | 115 | 0 | 51 | 143 | 75 |
| Binary | 11111110 | 11000001 | 111011 | 0 | 11000 | 1001101 | 0 | 101001 | 1100011 | 111101 |
Color Harmonies of #FEC13B
Complementary color
Monochromatic Colors of #FEC13B
Black with #FEC13B
Text Example
Text Example
White with #FEC13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC13B; }
p { color: rgb(254,193,59); }
H1.HeaderClassName
{
color: #FEC13B;
}
.AnyTagClassName
{
color: #FEC13B;
}
</style>
background-color css
<style>
a { background-color: #FEC13B; }
a { background-color: rgb(254,193,59); }
div.DivClassName
{
background-color: #FEC13B;
}
.BgClassName
{
background-color: #FEC13B;
}
</style>
border-color css
<style>
span { border-color: #FEC13B; }
span { border-color: rgb(254,193,59); }
td.TdClassName
{
border-color: #FEC13B;
}
.TagClassName
{
border-color: #FEC13B;
}
</style>