Shades of Supernova #FEB725
Tints of Supernova #FEB725
RGB
CMYK
RGB Variations
Color information
#FEB725 (or 0xFEB725) is known color: Supernova. HEX triplet: FE, B7 and 25. RGB value is (254,183,37). Sum of RGB (Red+Green+Blue) = 254+183+37=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 183 (71.88% from 255 or 38.61% from 474); Blue value is 37 (14.84% from 255 or 7.81% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB725 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB725 is #0148DA. Grayscale: #BCBCBC. Windows color (decimal): -84187 or 2471934. OLE color: 2471934.
HSL color Cylindrical-coordinate representation of color #FEB725: hue angle of 40.37º 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 #FEB725 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 37 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.00 |
| HSL | 40.37º | 0.99% | 0.57% | - |
| HSV(B) | 40.37º | 0.85% | 1% | - |
| XYZ | 58.14 | 55.07 | 9.32 | - |
| YUV | 187.59 | 43.02 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 37 | 0 | 0.28 | 0.85 | 0.00 | 40.37 | 0.99 | 0.57 |
| Hex | FE | B7 | 25 | 0 | 1C | 55 | 0 | 28 | 63 | 39 |
| Octal | 376 | 267 | 45 | 0 | 34 | 125 | 0 | 50 | 143 | 71 |
| Binary | 11111110 | 10110111 | 100101 | 0 | 11100 | 1010101 | 0 | 101000 | 1100011 | 111001 |
Color Harmonies of #FEB725
Complementary color
Monochromatic Colors of #FEB725
Black with #FEB725
Text Example
Text Example
White with #FEB725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB725; }
p { color: rgb(254,183,37); }
H1.HeaderClassName
{
color: #FEB725;
}
.AnyTagClassName
{
color: #FEB725;
}
</style>
background-color css
<style>
a { background-color: #FEB725; }
a { background-color: rgb(254,183,37); }
div.DivClassName
{
background-color: #FEB725;
}
.BgClassName
{
background-color: #FEB725;
}
</style>
border-color css
<style>
span { border-color: #FEB725; }
span { border-color: rgb(254,183,37); }
td.TdClassName
{
border-color: #FEB725;
}
.TagClassName
{
border-color: #FEB725;
}
</style>