Shades of Supernova #FEB93B
Tints of Supernova #FEB93B
RGB
CMYK
RGB Variations
Color information
#FEB93B (or 0xFEB93B) is known color: Supernova. HEX triplet: FE, B9 and 3B. RGB value is (254,185,59). Sum of RGB (Red+Green+Blue) = 254+185+59=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 185 (72.66% from 255 or 37.15% from 498); Blue value is 59 (23.44% from 255 or 11.85% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB93B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB93B is #0146C4. Grayscale: #BFBFBF. Windows color (decimal): -83653 or 3914238. OLE color: 3914238.
HSL color Cylindrical-coordinate representation of color #FEB93B: hue angle of 38.77º 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 #FEB93B is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 59 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.00 |
| HSL | 38.77º | 0.99% | 0.61% | - |
| HSV(B) | 38.77º | 0.77% | 1% | - |
| XYZ | 59.01 | 56.08 | 11.85 | - |
| YUV | 191.27 | 53.36 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 59 | 0 | 0.27 | 0.77 | 0.00 | 38.77 | 0.99 | 0.61 |
| Hex | FE | B9 | 3B | 0 | 1B | 4D | 0 | 27 | 63 | 3D |
| Octal | 376 | 271 | 73 | 0 | 33 | 115 | 0 | 47 | 143 | 75 |
| Binary | 11111110 | 10111001 | 111011 | 0 | 11011 | 1001101 | 0 | 100111 | 1100011 | 111101 |
Color Harmonies of #FEB93B
Complementary color
Monochromatic Colors of #FEB93B
Black with #FEB93B
Text Example
Text Example
White with #FEB93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB93B; }
p { color: rgb(254,185,59); }
H1.HeaderClassName
{
color: #FEB93B;
}
.AnyTagClassName
{
color: #FEB93B;
}
</style>
background-color css
<style>
a { background-color: #FEB93B; }
a { background-color: rgb(254,185,59); }
div.DivClassName
{
background-color: #FEB93B;
}
.BgClassName
{
background-color: #FEB93B;
}
</style>
border-color css
<style>
span { border-color: #FEB93B; }
span { border-color: rgb(254,185,59); }
td.TdClassName
{
border-color: #FEB93B;
}
.TagClassName
{
border-color: #FEB93B;
}
</style>