Shades of Supernova #FEBA30
Tints of Supernova #FEBA30
RGB
CMYK
RGB Variations
Color information
#FEBA30 (or 0xFEBA30) is known color: Supernova. HEX triplet: FE, BA and 30. RGB value is (254,186,48). Sum of RGB (Red+Green+Blue) = 254+186+48=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 48 (19.14% from 255 or 9.84% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBA30 is #0145CF. Grayscale: #BFBFBF. Windows color (decimal): -83408 or 3193598. OLE color: 3193598.
HSL color Cylindrical-coordinate representation of color #FEBA30: hue angle of 40.19º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FEBA30 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 48 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.00 |
| HSL | 40.19º | 0.99% | 0.59% | - |
| HSV(B) | 40.19º | 0.81% | 1% | - |
| XYZ | 58.97 | 56.4 | 10.58 | - |
| YUV | 190.6 | 47.53 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 48 | 0 | 0.27 | 0.81 | 0.00 | 40.19 | 0.99 | 0.59 |
| Hex | FE | BA | 30 | 0 | 1B | 51 | 0 | 28 | 63 | 3B |
| Octal | 376 | 272 | 60 | 0 | 33 | 121 | 0 | 50 | 143 | 73 |
| Binary | 11111110 | 10111010 | 110000 | 0 | 11011 | 1010001 | 0 | 101000 | 1100011 | 111011 |
Color Harmonies of #FEBA30
Complementary color
Monochromatic Colors of #FEBA30
Black with #FEBA30
Text Example
Text Example
White with #FEBA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA30; }
p { color: rgb(254,186,48); }
H1.HeaderClassName
{
color: #FEBA30;
}
.AnyTagClassName
{
color: #FEBA30;
}
</style>
background-color css
<style>
a { background-color: #FEBA30; }
a { background-color: rgb(254,186,48); }
div.DivClassName
{
background-color: #FEBA30;
}
.BgClassName
{
background-color: #FEBA30;
}
</style>
border-color css
<style>
span { border-color: #FEBA30; }
span { border-color: rgb(254,186,48); }
td.TdClassName
{
border-color: #FEBA30;
}
.TagClassName
{
border-color: #FEBA30;
}
</style>