Shades of Supernova #FEB12D
Tints of Supernova #FEB12D
RGB
CMYK
RGB Variations
Color information
#FEB12D (or 0xFEB12D) is known color: Supernova. HEX triplet: FE, B1 and 2D. RGB value is (254,177,45). Sum of RGB (Red+Green+Blue) = 254+177+45=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 45 (17.97% from 255 or 9.45% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB12D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEB12D is #014ED2. Grayscale: #B9B9B9. Windows color (decimal): -85715 or 2994686. OLE color: 2994686.
HSL color Cylindrical-coordinate representation of color #FEB12D: hue angle of 37.89º 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 #FEB12D is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 45 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.00 |
| HSL | 37.89º | 0.99% | 0.59% | - |
| HSV(B) | 37.89º | 0.82% | 1% | - |
| XYZ | 57.07 | 52.7 | 9.65 | - |
| YUV | 184.98 | 49.01 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 45 | 0 | 0.30 | 0.82 | 0.00 | 37.89 | 0.99 | 0.59 |
| Hex | FE | B1 | 2D | 0 | 1E | 52 | 0 | 26 | 63 | 3B |
| Octal | 376 | 261 | 55 | 0 | 36 | 122 | 0 | 46 | 143 | 73 |
| Binary | 11111110 | 10110001 | 101101 | 0 | 11110 | 1010010 | 0 | 100110 | 1100011 | 111011 |
Color Harmonies of #FEB12D
Complementary color
Monochromatic Colors of #FEB12D
Black with #FEB12D
Text Example
Text Example
White with #FEB12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB12D; }
p { color: rgb(254,177,45); }
H1.HeaderClassName
{
color: #FEB12D;
}
.AnyTagClassName
{
color: #FEB12D;
}
</style>
background-color css
<style>
a { background-color: #FEB12D; }
a { background-color: rgb(254,177,45); }
div.DivClassName
{
background-color: #FEB12D;
}
.BgClassName
{
background-color: #FEB12D;
}
</style>
border-color css
<style>
span { border-color: #FEB12D; }
span { border-color: rgb(254,177,45); }
td.TdClassName
{
border-color: #FEB12D;
}
.TagClassName
{
border-color: #FEB12D;
}
</style>