Shades of Supernova #FEBA3F
Tints of Supernova #FEBA3F
RGB
CMYK
RGB Variations
Color information
#FEBA3F (or 0xFEBA3F) is known color: Supernova. HEX triplet: FE, BA and 3F. RGB value is (254,186,63). Sum of RGB (Red+Green+Blue) = 254+186+63=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 63 (25% from 255 or 12.52% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBA3F is #0145C0. Grayscale: #C0C0C0. Windows color (decimal): -83393 or 4176638. OLE color: 4176638.
HSL color Cylindrical-coordinate representation of color #FEBA3F: hue angle of 38.64º 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 #FEBA3F is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 63 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.00 |
| HSL | 38.64º | 0.99% | 0.62% | - |
| HSV(B) | 38.64º | 0.75% | 1% | - |
| XYZ | 59.33 | 56.55 | 12.49 | - |
| YUV | 192.31 | 55.03 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 63 | 0 | 0.27 | 0.75 | 0.00 | 38.64 | 0.99 | 0.62 |
| Hex | FE | BA | 3F | 0 | 1B | 4B | 0 | 27 | 63 | 3E |
| Octal | 376 | 272 | 77 | 0 | 33 | 113 | 0 | 47 | 143 | 76 |
| Binary | 11111110 | 10111010 | 111111 | 0 | 11011 | 1001011 | 0 | 100111 | 1100011 | 111110 |
Color Harmonies of #FEBA3F
Complementary color
Monochromatic Colors of #FEBA3F
Black with #FEBA3F
Text Example
Text Example
White with #FEBA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA3F; }
p { color: rgb(254,186,63); }
H1.HeaderClassName
{
color: #FEBA3F;
}
.AnyTagClassName
{
color: #FEBA3F;
}
</style>
background-color css
<style>
a { background-color: #FEBA3F; }
a { background-color: rgb(254,186,63); }
div.DivClassName
{
background-color: #FEBA3F;
}
.BgClassName
{
background-color: #FEBA3F;
}
</style>
border-color css
<style>
span { border-color: #FEBA3F; }
span { border-color: rgb(254,186,63); }
td.TdClassName
{
border-color: #FEBA3F;
}
.TagClassName
{
border-color: #FEBA3F;
}
</style>