Shades of Supernova #FEB130
Tints of Supernova #FEB130
RGB
CMYK
RGB Variations
Color information
#FEB130 (or 0xFEB130) is known color: Supernova. HEX triplet: FE, B1 and 30. RGB value is (254,177,48). Sum of RGB (Red+Green+Blue) = 254+177+48=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 48 (19.14% from 255 or 10.02% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB130 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEB130 is #014ECF. Grayscale: #B9B9B9. Windows color (decimal): -85712 or 3191294. OLE color: 3191294.
HSL color Cylindrical-coordinate representation of color #FEB130: hue angle of 37.57º 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 #FEB130 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 48 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.00 |
| HSL | 37.57º | 0.99% | 0.59% | - |
| HSV(B) | 37.57º | 0.81% | 1% | - |
| XYZ | 57.13 | 52.73 | 9.96 | - |
| YUV | 185.32 | 50.51 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 48 | 0 | 0.30 | 0.81 | 0.00 | 37.57 | 0.99 | 0.59 |
| Hex | FE | B1 | 30 | 0 | 1E | 51 | 0 | 26 | 63 | 3B |
| Octal | 376 | 261 | 60 | 0 | 36 | 121 | 0 | 46 | 143 | 73 |
| Binary | 11111110 | 10110001 | 110000 | 0 | 11110 | 1010001 | 0 | 100110 | 1100011 | 111011 |
Color Harmonies of #FEB130
Complementary color
Monochromatic Colors of #FEB130
Black with #FEB130
Text Example
Text Example
White with #FEB130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB130; }
p { color: rgb(254,177,48); }
H1.HeaderClassName
{
color: #FEB130;
}
.AnyTagClassName
{
color: #FEB130;
}
</style>
background-color css
<style>
a { background-color: #FEB130; }
a { background-color: rgb(254,177,48); }
div.DivClassName
{
background-color: #FEB130;
}
.BgClassName
{
background-color: #FEB130;
}
</style>
border-color css
<style>
span { border-color: #FEB130; }
span { border-color: rgb(254,177,48); }
td.TdClassName
{
border-color: #FEB130;
}
.TagClassName
{
border-color: #FEB130;
}
</style>