Shades of Supernova #FEBA32
Tints of Supernova #FEBA32
RGB
CMYK
RGB Variations
Color information
#FEBA32 (or 0xFEBA32) is known color: Supernova. HEX triplet: FE, BA and 32. RGB value is (254,186,50). Sum of RGB (Red+Green+Blue) = 254+186+50=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 50 (19.92% from 255 or 10.20% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBA32 is #0145CD. Grayscale: #BFBFBF. Windows color (decimal): -83406 or 3324670. OLE color: 3324670.
HSL color Cylindrical-coordinate representation of color #FEBA32: hue angle of 40º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FEBA32 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 50 | - |
| CMYK | 0 | 0.27 | 0.80 | 0.00 |
| HSL | 40º | 0.99% | 0.6% | - |
| HSV(B) | 40º | 0.8% | 1% | - |
| XYZ | 59.01 | 56.42 | 10.8 | - |
| YUV | 190.83 | 48.53 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 50 | 0 | 0.27 | 0.80 | 0.00 | 40 | 0.99 | 0.6 |
| Hex | FE | BA | 32 | 0 | 1B | 50 | 0 | 28 | 63 | 3C |
| Octal | 376 | 272 | 62 | 0 | 33 | 120 | 0 | 50 | 143 | 74 |
| Binary | 11111110 | 10111010 | 110010 | 0 | 11011 | 1010000 | 0 | 101000 | 1100011 | 111100 |
Color Harmonies of #FEBA32
Complementary color
Monochromatic Colors of #FEBA32
Black with #FEBA32
Text Example
Text Example
White with #FEBA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA32; }
p { color: rgb(254,186,50); }
H1.HeaderClassName
{
color: #FEBA32;
}
.AnyTagClassName
{
color: #FEBA32;
}
</style>
background-color css
<style>
a { background-color: #FEBA32; }
a { background-color: rgb(254,186,50); }
div.DivClassName
{
background-color: #FEBA32;
}
.BgClassName
{
background-color: #FEBA32;
}
</style>
border-color css
<style>
span { border-color: #FEBA32; }
span { border-color: rgb(254,186,50); }
td.TdClassName
{
border-color: #FEBA32;
}
.TagClassName
{
border-color: #FEBA32;
}
</style>