Shades of Supernova #FEBC3E
Tints of Supernova #FEBC3E
RGB
CMYK
RGB Variations
Color information
#FEBC3E (or 0xFEBC3E) is known color: Supernova. HEX triplet: FE, BC and 3E. RGB value is (254,188,62). Sum of RGB (Red+Green+Blue) = 254+188+62=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 62 (24.61% from 255 or 12.30% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBC3E is #0143C1. Grayscale: #C1C1C1. Windows color (decimal): -82882 or 4111614. OLE color: 4111614.
HSL color Cylindrical-coordinate representation of color #FEBC3E: hue angle of 39.38º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FEBC3E is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 62 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.00 |
| HSL | 39.38º | 0.99% | 0.62% | - |
| HSV(B) | 39.38º | 0.76% | 1% | - |
| XYZ | 59.73 | 57.39 | 12.49 | - |
| YUV | 193.37 | 53.87 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 62 | 0 | 0.26 | 0.76 | 0.00 | 39.38 | 0.99 | 0.62 |
| Hex | FE | BC | 3E | 0 | 1A | 4C | 0 | 27 | 63 | 3E |
| Octal | 376 | 274 | 76 | 0 | 32 | 114 | 0 | 47 | 143 | 76 |
| Binary | 11111110 | 10111100 | 111110 | 0 | 11010 | 1001100 | 0 | 100111 | 1100011 | 111110 |
Color Harmonies of #FEBC3E
Complementary color
Monochromatic Colors of #FEBC3E
Black with #FEBC3E
Text Example
Text Example
White with #FEBC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBC3E; }
p { color: rgb(254,188,62); }
H1.HeaderClassName
{
color: #FEBC3E;
}
.AnyTagClassName
{
color: #FEBC3E;
}
</style>
background-color css
<style>
a { background-color: #FEBC3E; }
a { background-color: rgb(254,188,62); }
div.DivClassName
{
background-color: #FEBC3E;
}
.BgClassName
{
background-color: #FEBC3E;
}
</style>
border-color css
<style>
span { border-color: #FEBC3E; }
span { border-color: rgb(254,188,62); }
td.TdClassName
{
border-color: #FEBC3E;
}
.TagClassName
{
border-color: #FEBC3E;
}
</style>