Shades of Supernova #FEB031
Tints of Supernova #FEB031
RGB
CMYK
RGB Variations
Color information
#FEB031 (or 0xFEB031) is known color: Supernova. HEX triplet: FE, B0 and 31. RGB value is (254,176,49). Sum of RGB (Red+Green+Blue) = 254+176+49=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 49 (19.53% from 255 or 10.23% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB031 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEB031 is #014FCE. Grayscale: #B9B9B9. Windows color (decimal): -85967 or 3256574. OLE color: 3256574.
HSL color Cylindrical-coordinate representation of color #FEB031: hue angle of 37.17º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FEB031 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 49 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.00 |
| HSL | 37.17º | 0.99% | 0.59% | - |
| HSV(B) | 37.17º | 0.81% | 1% | - |
| XYZ | 56.95 | 52.34 | 10.01 | - |
| YUV | 184.84 | 51.34 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 49 | 0 | 0.31 | 0.81 | 0.00 | 37.17 | 0.99 | 0.59 |
| Hex | FE | B0 | 31 | 0 | 1F | 51 | 0 | 25 | 63 | 3B |
| Octal | 376 | 260 | 61 | 0 | 37 | 121 | 0 | 45 | 143 | 73 |
| Binary | 11111110 | 10110000 | 110001 | 0 | 11111 | 1010001 | 0 | 100101 | 1100011 | 111011 |
Color Harmonies of #FEB031
Complementary color
Monochromatic Colors of #FEB031
Black with #FEB031
Text Example
Text Example
White with #FEB031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB031; }
p { color: rgb(254,176,49); }
H1.HeaderClassName
{
color: #FEB031;
}
.AnyTagClassName
{
color: #FEB031;
}
</style>
background-color css
<style>
a { background-color: #FEB031; }
a { background-color: rgb(254,176,49); }
div.DivClassName
{
background-color: #FEB031;
}
.BgClassName
{
background-color: #FEB031;
}
</style>
border-color css
<style>
span { border-color: #FEB031; }
span { border-color: rgb(254,176,49); }
td.TdClassName
{
border-color: #FEB031;
}
.TagClassName
{
border-color: #FEB031;
}
</style>