Shades of Supernova #FEBA36
Tints of Supernova #FEBA36
RGB
CMYK
RGB Variations
Color information
#FEBA36 (or 0xFEBA36) is known color: Supernova. HEX triplet: FE, BA and 36. RGB value is (254,186,54). Sum of RGB (Red+Green+Blue) = 254+186+54=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 54 (21.48% from 255 or 10.93% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBA36 is #0145C9. Grayscale: #BFBFBF. Windows color (decimal): -83402 or 3586814. OLE color: 3586814.
HSL color Cylindrical-coordinate representation of color #FEBA36: hue angle of 39.6º 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 #FEBA36 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 54 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.00 |
| HSL | 39.6º | 0.99% | 0.6% | - |
| HSV(B) | 39.6º | 0.79% | 1% | - |
| XYZ | 59.1 | 56.45 | 11.27 | - |
| YUV | 191.28 | 50.53 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 54 | 0 | 0.27 | 0.79 | 0.00 | 39.6 | 0.99 | 0.6 |
| Hex | FE | BA | 36 | 0 | 1B | 4F | 0 | 28 | 63 | 3C |
| Octal | 376 | 272 | 66 | 0 | 33 | 117 | 0 | 50 | 143 | 74 |
| Binary | 11111110 | 10111010 | 110110 | 0 | 11011 | 1001111 | 0 | 101000 | 1100011 | 111100 |
Color Harmonies of #FEBA36
Complementary color
Monochromatic Colors of #FEBA36
Black with #FEBA36
Text Example
Text Example
White with #FEBA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA36; }
p { color: rgb(254,186,54); }
H1.HeaderClassName
{
color: #FEBA36;
}
.AnyTagClassName
{
color: #FEBA36;
}
</style>
background-color css
<style>
a { background-color: #FEBA36; }
a { background-color: rgb(254,186,54); }
div.DivClassName
{
background-color: #FEBA36;
}
.BgClassName
{
background-color: #FEBA36;
}
</style>
border-color css
<style>
span { border-color: #FEBA36; }
span { border-color: rgb(254,186,54); }
td.TdClassName
{
border-color: #FEBA36;
}
.TagClassName
{
border-color: #FEBA36;
}
</style>