Shades of Supernova #FEBA3B
Tints of Supernova #FEBA3B
RGB
CMYK
RGB Variations
Color information
#FEBA3B (or 0xFEBA3B) is known color: Supernova. HEX triplet: FE, BA and 3B. RGB value is (254,186,59). Sum of RGB (Red+Green+Blue) = 254+186+59=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 59 (23.44% from 255 or 11.82% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBA3B is #0145C4. Grayscale: #C0C0C0. Windows color (decimal): -83397 or 3914494. OLE color: 3914494.
HSL color Cylindrical-coordinate representation of color #FEBA3B: hue angle of 39.08º 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 #FEBA3B is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 59 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.00 |
| HSL | 39.08º | 0.99% | 0.61% | - |
| HSV(B) | 39.08º | 0.77% | 1% | - |
| XYZ | 59.22 | 56.5 | 11.92 | - |
| YUV | 191.85 | 53.03 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 59 | 0 | 0.27 | 0.77 | 0.00 | 39.08 | 0.99 | 0.61 |
| Hex | FE | BA | 3B | 0 | 1B | 4D | 0 | 27 | 63 | 3D |
| Octal | 376 | 272 | 73 | 0 | 33 | 115 | 0 | 47 | 143 | 75 |
| Binary | 11111110 | 10111010 | 111011 | 0 | 11011 | 1001101 | 0 | 100111 | 1100011 | 111101 |
Color Harmonies of #FEBA3B
Complementary color
Monochromatic Colors of #FEBA3B
Black with #FEBA3B
Text Example
Text Example
White with #FEBA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA3B; }
p { color: rgb(254,186,59); }
H1.HeaderClassName
{
color: #FEBA3B;
}
.AnyTagClassName
{
color: #FEBA3B;
}
</style>
background-color css
<style>
a { background-color: #FEBA3B; }
a { background-color: rgb(254,186,59); }
div.DivClassName
{
background-color: #FEBA3B;
}
.BgClassName
{
background-color: #FEBA3B;
}
</style>
border-color css
<style>
span { border-color: #FEBA3B; }
span { border-color: rgb(254,186,59); }
td.TdClassName
{
border-color: #FEBA3B;
}
.TagClassName
{
border-color: #FEBA3B;
}
</style>