Shades of Supernova #FEB93F
Tints of Supernova #FEB93F
RGB
CMYK
RGB Variations
Color information
#FEB93F (or 0xFEB93F) is known color: Supernova. HEX triplet: FE, B9 and 3F. RGB value is (254,185,63). Sum of RGB (Red+Green+Blue) = 254+185+63=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 63 (25% from 255 or 12.55% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB93F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB93F is #0146C0. Grayscale: #C0C0C0. Windows color (decimal): -83649 or 4176382. OLE color: 4176382.
HSL color Cylindrical-coordinate representation of color #FEB93F: hue angle of 38.32º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FEB93F is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 63 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.00 |
| HSL | 38.32º | 0.99% | 0.62% | - |
| HSV(B) | 38.32º | 0.75% | 1% | - |
| XYZ | 59.12 | 56.13 | 12.42 | - |
| YUV | 191.72 | 55.36 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 63 | 0 | 0.27 | 0.75 | 0.00 | 38.32 | 0.99 | 0.62 |
| Hex | FE | B9 | 3F | 0 | 1B | 4B | 0 | 26 | 63 | 3E |
| Octal | 376 | 271 | 77 | 0 | 33 | 113 | 0 | 46 | 143 | 76 |
| Binary | 11111110 | 10111001 | 111111 | 0 | 11011 | 1001011 | 0 | 100110 | 1100011 | 111110 |
Color Harmonies of #FEB93F
Complementary color
Monochromatic Colors of #FEB93F
Black with #FEB93F
Text Example
Text Example
White with #FEB93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB93F; }
p { color: rgb(254,185,63); }
H1.HeaderClassName
{
color: #FEB93F;
}
.AnyTagClassName
{
color: #FEB93F;
}
</style>
background-color css
<style>
a { background-color: #FEB93F; }
a { background-color: rgb(254,185,63); }
div.DivClassName
{
background-color: #FEB93F;
}
.BgClassName
{
background-color: #FEB93F;
}
</style>
border-color css
<style>
span { border-color: #FEB93F; }
span { border-color: rgb(254,185,63); }
td.TdClassName
{
border-color: #FEB93F;
}
.TagClassName
{
border-color: #FEB93F;
}
</style>