Shades of Supernova #FEB12B
Tints of Supernova #FEB12B
RGB
CMYK
RGB Variations
Color information
#FEB12B (or 0xFEB12B) is known color: Supernova. HEX triplet: FE, B1 and 2B. RGB value is (254,177,43). Sum of RGB (Red+Green+Blue) = 254+177+43=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 43 (17.19% from 255 or 9.07% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB12B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEB12B is #014ED4. Grayscale: #B9B9B9. Windows color (decimal): -85717 or 2863614. OLE color: 2863614.
HSL color Cylindrical-coordinate representation of color #FEB12B: hue angle of 38.1º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FEB12B is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 43 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.00 |
| HSL | 38.1º | 0.99% | 0.58% | - |
| HSV(B) | 38.1º | 0.83% | 1% | - |
| XYZ | 57.03 | 52.69 | 9.45 | - |
| YUV | 184.75 | 48.01 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 43 | 0 | 0.30 | 0.83 | 0.00 | 38.1 | 0.99 | 0.58 |
| Hex | FE | B1 | 2B | 0 | 1E | 53 | 0 | 26 | 63 | 3A |
| Octal | 376 | 261 | 53 | 0 | 36 | 123 | 0 | 46 | 143 | 72 |
| Binary | 11111110 | 10110001 | 101011 | 0 | 11110 | 1010011 | 0 | 100110 | 1100011 | 111010 |
Color Harmonies of #FEB12B
Complementary color
Monochromatic Colors of #FEB12B
Black with #FEB12B
Text Example
Text Example
White with #FEB12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB12B; }
p { color: rgb(254,177,43); }
H1.HeaderClassName
{
color: #FEB12B;
}
.AnyTagClassName
{
color: #FEB12B;
}
</style>
background-color css
<style>
a { background-color: #FEB12B; }
a { background-color: rgb(254,177,43); }
div.DivClassName
{
background-color: #FEB12B;
}
.BgClassName
{
background-color: #FEB12B;
}
</style>
border-color css
<style>
span { border-color: #FEB12B; }
span { border-color: rgb(254,177,43); }
td.TdClassName
{
border-color: #FEB12B;
}
.TagClassName
{
border-color: #FEB12B;
}
</style>