Shades of Supernova #FEBC2E
Tints of Supernova #FEBC2E
RGB
CMYK
RGB Variations
Color information
#FEBC2E (or 0xFEBC2E) is known color: Supernova. HEX triplet: FE, BC and 2E. RGB value is (254,188,46). Sum of RGB (Red+Green+Blue) = 254+188+46=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 46 (18.36% from 255 or 9.43% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBC2E is #0143D1. Grayscale: #C0C0C0. Windows color (decimal): -82898 or 3063038. OLE color: 3063038.
HSL color Cylindrical-coordinate representation of color #FEBC2E: hue angle of 40.96º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FEBC2E is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 46 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.00 |
| HSL | 40.96º | 0.99% | 0.59% | - |
| HSV(B) | 40.96º | 0.82% | 1% | - |
| XYZ | 59.35 | 57.23 | 10.5 | - |
| YUV | 191.55 | 45.87 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 46 | 0 | 0.26 | 0.82 | 0.00 | 40.96 | 0.99 | 0.59 |
| Hex | FE | BC | 2E | 0 | 1A | 52 | 0 | 29 | 63 | 3B |
| Octal | 376 | 274 | 56 | 0 | 32 | 122 | 0 | 51 | 143 | 73 |
| Binary | 11111110 | 10111100 | 101110 | 0 | 11010 | 1010010 | 0 | 101001 | 1100011 | 111011 |
Color Harmonies of #FEBC2E
Complementary color
Monochromatic Colors of #FEBC2E
Black with #FEBC2E
Text Example
Text Example
White with #FEBC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBC2E; }
p { color: rgb(254,188,46); }
H1.HeaderClassName
{
color: #FEBC2E;
}
.AnyTagClassName
{
color: #FEBC2E;
}
</style>
background-color css
<style>
a { background-color: #FEBC2E; }
a { background-color: rgb(254,188,46); }
div.DivClassName
{
background-color: #FEBC2E;
}
.BgClassName
{
background-color: #FEBC2E;
}
</style>
border-color css
<style>
span { border-color: #FEBC2E; }
span { border-color: rgb(254,188,46); }
td.TdClassName
{
border-color: #FEBC2E;
}
.TagClassName
{
border-color: #FEBC2E;
}
</style>