Shades of Supernova #FEB525
Tints of Supernova #FEB525
RGB
CMYK
RGB Variations
Color information
#FEB525 (or 0xFEB525) is known color: Supernova. HEX triplet: FE, B5 and 25. RGB value is (254,181,37). Sum of RGB (Red+Green+Blue) = 254+181+37=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 37 (14.84% from 255 or 7.84% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB525 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB525 is #014ADA. Grayscale: #BBBBBB. Windows color (decimal): -84699 or 2471422. OLE color: 2471422.
HSL color Cylindrical-coordinate representation of color #FEB525: hue angle of 39.82º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FEB525 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 37 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.00 |
| HSL | 39.82º | 0.99% | 0.57% | - |
| HSV(B) | 39.82º | 0.85% | 1% | - |
| XYZ | 57.73 | 54.25 | 9.18 | - |
| YUV | 186.41 | 43.68 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 37 | 0 | 0.29 | 0.85 | 0.00 | 39.82 | 0.99 | 0.57 |
| Hex | FE | B5 | 25 | 0 | 1D | 55 | 0 | 28 | 63 | 39 |
| Octal | 376 | 265 | 45 | 0 | 35 | 125 | 0 | 50 | 143 | 71 |
| Binary | 11111110 | 10110101 | 100101 | 0 | 11101 | 1010101 | 0 | 101000 | 1100011 | 111001 |
Color Harmonies of #FEB525
Complementary color
Monochromatic Colors of #FEB525
Black with #FEB525
Text Example
Text Example
White with #FEB525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB525; }
p { color: rgb(254,181,37); }
H1.HeaderClassName
{
color: #FEB525;
}
.AnyTagClassName
{
color: #FEB525;
}
</style>
background-color css
<style>
a { background-color: #FEB525; }
a { background-color: rgb(254,181,37); }
div.DivClassName
{
background-color: #FEB525;
}
.BgClassName
{
background-color: #FEB525;
}
</style>
border-color css
<style>
span { border-color: #FEB525; }
span { border-color: rgb(254,181,37); }
td.TdClassName
{
border-color: #FEB525;
}
.TagClassName
{
border-color: #FEB525;
}
</style>