Shades of Supernova #FEB93A
Tints of Supernova #FEB93A
RGB
CMYK
RGB Variations
Color information
#FEB93A (or 0xFEB93A) is known color: Supernova. HEX triplet: FE, B9 and 3A. RGB value is (254,185,58). Sum of RGB (Red+Green+Blue) = 254+185+58=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 185 (72.66% from 255 or 37.22% from 497); Blue value is 58 (23.05% from 255 or 11.67% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB93A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB93A is #0146C5. Grayscale: #BFBFBF. Windows color (decimal): -83654 or 3848702. OLE color: 3848702.
HSL color Cylindrical-coordinate representation of color #FEB93A: hue angle of 38.88º 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 #FEB93A is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 58 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.00 |
| HSL | 38.88º | 0.99% | 0.61% | - |
| HSV(B) | 38.88º | 0.77% | 1% | - |
| XYZ | 58.99 | 56.07 | 11.72 | - |
| YUV | 191.15 | 52.86 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 58 | 0 | 0.27 | 0.77 | 0.00 | 38.88 | 0.99 | 0.61 |
| Hex | FE | B9 | 3A | 0 | 1B | 4D | 0 | 27 | 63 | 3D |
| Octal | 376 | 271 | 72 | 0 | 33 | 115 | 0 | 47 | 143 | 75 |
| Binary | 11111110 | 10111001 | 111010 | 0 | 11011 | 1001101 | 0 | 100111 | 1100011 | 111101 |
Color Harmonies of #FEB93A
Complementary color
Monochromatic Colors of #FEB93A
Black with #FEB93A
Text Example
Text Example
White with #FEB93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB93A; }
p { color: rgb(254,185,58); }
H1.HeaderClassName
{
color: #FEB93A;
}
.AnyTagClassName
{
color: #FEB93A;
}
</style>
background-color css
<style>
a { background-color: #FEB93A; }
a { background-color: rgb(254,185,58); }
div.DivClassName
{
background-color: #FEB93A;
}
.BgClassName
{
background-color: #FEB93A;
}
</style>
border-color css
<style>
span { border-color: #FEB93A; }
span { border-color: rgb(254,185,58); }
td.TdClassName
{
border-color: #FEB93A;
}
.TagClassName
{
border-color: #FEB93A;
}
</style>