Shades of Supernova #FEBA40
Tints of Supernova #FEBA40
RGB
CMYK
RGB Variations
Color information
#FEBA40 (or 0xFEBA40) is known color: Supernova. HEX triplet: FE, BA and 40. RGB value is (254,186,64). Sum of RGB (Red+Green+Blue) = 254+186+64=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 64 (25.39% from 255 or 12.70% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBA40 is #0145BF. Grayscale: #C0C0C0. Windows color (decimal): -83392 or 4242174. OLE color: 4242174.
HSL color Cylindrical-coordinate representation of color #FEBA40: hue angle of 38.53º 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 #FEBA40 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 64 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.00 |
| HSL | 38.53º | 0.99% | 0.62% | - |
| HSV(B) | 38.53º | 0.75% | 1% | - |
| XYZ | 59.36 | 56.56 | 12.64 | - |
| YUV | 192.42 | 55.53 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 64 | 0 | 0.27 | 0.75 | 0.00 | 38.53 | 0.99 | 0.62 |
| Hex | FE | BA | 40 | 0 | 1B | 4B | 0 | 27 | 63 | 3E |
| Octal | 376 | 272 | 100 | 0 | 33 | 113 | 0 | 47 | 143 | 76 |
| Binary | 11111110 | 10111010 | 1000000 | 0 | 11011 | 1001011 | 0 | 100111 | 1100011 | 111110 |
Color Harmonies of #FEBA40
Complementary color
Monochromatic Colors of #FEBA40
Black with #FEBA40
Text Example
Text Example
White with #FEBA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA40; }
p { color: rgb(254,186,64); }
H1.HeaderClassName
{
color: #FEBA40;
}
.AnyTagClassName
{
color: #FEBA40;
}
</style>
background-color css
<style>
a { background-color: #FEBA40; }
a { background-color: rgb(254,186,64); }
div.DivClassName
{
background-color: #FEBA40;
}
.BgClassName
{
background-color: #FEBA40;
}
</style>
border-color css
<style>
span { border-color: #FEBA40; }
span { border-color: rgb(254,186,64); }
td.TdClassName
{
border-color: #FEBA40;
}
.TagClassName
{
border-color: #FEBA40;
}
</style>