Shades of Supernova #FEBC36
Tints of Supernova #FEBC36
RGB
CMYK
RGB Variations
Color information
#FEBC36 (or 0xFEBC36) is known color: Supernova. HEX triplet: FE, BC and 36. RGB value is (254,188,54). Sum of RGB (Red+Green+Blue) = 254+188+54=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 54 (21.48% from 255 or 10.89% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBC36 is #0143C9. Grayscale: #C1C1C1. Windows color (decimal): -82890 or 3587326. OLE color: 3587326.
HSL color Cylindrical-coordinate representation of color #FEBC36: hue angle of 40.2º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FEBC36 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 54 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.00 |
| HSL | 40.2º | 0.99% | 0.6% | - |
| HSV(B) | 40.2º | 0.79% | 1% | - |
| XYZ | 59.52 | 57.3 | 11.41 | - |
| YUV | 192.46 | 49.87 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 54 | 0 | 0.26 | 0.79 | 0.00 | 40.2 | 0.99 | 0.6 |
| Hex | FE | BC | 36 | 0 | 1A | 4F | 0 | 28 | 63 | 3C |
| Octal | 376 | 274 | 66 | 0 | 32 | 117 | 0 | 50 | 143 | 74 |
| Binary | 11111110 | 10111100 | 110110 | 0 | 11010 | 1001111 | 0 | 101000 | 1100011 | 111100 |
Color Harmonies of #FEBC36
Complementary color
Monochromatic Colors of #FEBC36
Black with #FEBC36
Text Example
Text Example
White with #FEBC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBC36; }
p { color: rgb(254,188,54); }
H1.HeaderClassName
{
color: #FEBC36;
}
.AnyTagClassName
{
color: #FEBC36;
}
</style>
background-color css
<style>
a { background-color: #FEBC36; }
a { background-color: rgb(254,188,54); }
div.DivClassName
{
background-color: #FEBC36;
}
.BgClassName
{
background-color: #FEBC36;
}
</style>
border-color css
<style>
span { border-color: #FEBC36; }
span { border-color: rgb(254,188,54); }
td.TdClassName
{
border-color: #FEBC36;
}
.TagClassName
{
border-color: #FEBC36;
}
</style>