Shades of Supernova #FEB134
Tints of Supernova #FEB134
RGB
CMYK
RGB Variations
Color information
#FEB134 (or 0xFEB134) is known color: Supernova. HEX triplet: FE, B1 and 34. RGB value is (254,177,52). Sum of RGB (Red+Green+Blue) = 254+177+52=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 52 (20.70% from 255 or 10.77% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB134 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEB134 is #014ECB. Grayscale: #BABABA. Windows color (decimal): -85708 or 3453438. OLE color: 3453438.
HSL color Cylindrical-coordinate representation of color #FEB134: hue angle of 37.13º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FEB134 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 52 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.00 |
| HSL | 37.13º | 0.99% | 0.6% | - |
| HSV(B) | 37.13º | 0.8% | 1% | - |
| XYZ | 57.22 | 52.76 | 10.42 | - |
| YUV | 185.77 | 52.51 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 52 | 0 | 0.30 | 0.80 | 0.00 | 37.13 | 0.99 | 0.6 |
| Hex | FE | B1 | 34 | 0 | 1E | 50 | 0 | 25 | 63 | 3C |
| Octal | 376 | 261 | 64 | 0 | 36 | 120 | 0 | 45 | 143 | 74 |
| Binary | 11111110 | 10110001 | 110100 | 0 | 11110 | 1010000 | 0 | 100101 | 1100011 | 111100 |
Color Harmonies of #FEB134
Complementary color
Monochromatic Colors of #FEB134
Black with #FEB134
Text Example
Text Example
White with #FEB134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB134; }
p { color: rgb(254,177,52); }
H1.HeaderClassName
{
color: #FEB134;
}
.AnyTagClassName
{
color: #FEB134;
}
</style>
background-color css
<style>
a { background-color: #FEB134; }
a { background-color: rgb(254,177,52); }
div.DivClassName
{
background-color: #FEB134;
}
.BgClassName
{
background-color: #FEB134;
}
</style>
border-color css
<style>
span { border-color: #FEB134; }
span { border-color: rgb(254,177,52); }
td.TdClassName
{
border-color: #FEB134;
}
.TagClassName
{
border-color: #FEB134;
}
</style>