Shades of Supernova #FEBA3E
Tints of Supernova #FEBA3E
RGB
CMYK
RGB Variations
Color information
#FEBA3E (or 0xFEBA3E) is known color: Supernova. HEX triplet: FE, BA and 3E. RGB value is (254,186,62). Sum of RGB (Red+Green+Blue) = 254+186+62=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 62 (24.61% from 255 or 12.35% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBA3E is #0145C1. Grayscale: #C0C0C0. Windows color (decimal): -83394 or 4111102. OLE color: 4111102.
HSL color Cylindrical-coordinate representation of color #FEBA3E: hue angle of 38.75º 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 #FEBA3E is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 62 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.00 |
| HSL | 38.75º | 0.99% | 0.62% | - |
| HSV(B) | 38.75º | 0.76% | 1% | - |
| XYZ | 59.3 | 56.54 | 12.34 | - |
| YUV | 192.2 | 54.53 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 62 | 0 | 0.27 | 0.76 | 0.00 | 38.75 | 0.99 | 0.62 |
| Hex | FE | BA | 3E | 0 | 1B | 4C | 0 | 27 | 63 | 3E |
| Octal | 376 | 272 | 76 | 0 | 33 | 114 | 0 | 47 | 143 | 76 |
| Binary | 11111110 | 10111010 | 111110 | 0 | 11011 | 1001100 | 0 | 100111 | 1100011 | 111110 |
Color Harmonies of #FEBA3E
Complementary color
Monochromatic Colors of #FEBA3E
Black with #FEBA3E
Text Example
Text Example
White with #FEBA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA3E; }
p { color: rgb(254,186,62); }
H1.HeaderClassName
{
color: #FEBA3E;
}
.AnyTagClassName
{
color: #FEBA3E;
}
</style>
background-color css
<style>
a { background-color: #FEBA3E; }
a { background-color: rgb(254,186,62); }
div.DivClassName
{
background-color: #FEBA3E;
}
.BgClassName
{
background-color: #FEBA3E;
}
</style>
border-color css
<style>
span { border-color: #FEBA3E; }
span { border-color: rgb(254,186,62); }
td.TdClassName
{
border-color: #FEBA3E;
}
.TagClassName
{
border-color: #FEBA3E;
}
</style>