Shades of Supernova #FEB325
Tints of Supernova #FEB325
RGB
CMYK
RGB Variations
Color information
#FEB325 (or 0xFEB325) is known color: Supernova. HEX triplet: FE, B3 and 25. RGB value is (254,179,37). Sum of RGB (Red+Green+Blue) = 254+179+37=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 37 (14.84% from 255 or 7.87% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB325 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB325 is #014CDA. Grayscale: #B9B9B9. Windows color (decimal): -85211 or 2470910. OLE color: 2470910.
HSL color Cylindrical-coordinate representation of color #FEB325: hue angle of 39.26º 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 #FEB325 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 37 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.00 |
| HSL | 39.26º | 0.99% | 0.57% | - |
| HSV(B) | 39.26º | 0.85% | 1% | - |
| XYZ | 57.33 | 53.44 | 9.04 | - |
| YUV | 185.24 | 44.35 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 37 | 0 | 0.30 | 0.85 | 0.00 | 39.26 | 0.99 | 0.57 |
| Hex | FE | B3 | 25 | 0 | 1E | 55 | 0 | 27 | 63 | 39 |
| Octal | 376 | 263 | 45 | 0 | 36 | 125 | 0 | 47 | 143 | 71 |
| Binary | 11111110 | 10110011 | 100101 | 0 | 11110 | 1010101 | 0 | 100111 | 1100011 | 111001 |
Color Harmonies of #FEB325
Complementary color
Monochromatic Colors of #FEB325
Black with #FEB325
Text Example
Text Example
White with #FEB325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB325; }
p { color: rgb(254,179,37); }
H1.HeaderClassName
{
color: #FEB325;
}
.AnyTagClassName
{
color: #FEB325;
}
</style>
background-color css
<style>
a { background-color: #FEB325; }
a { background-color: rgb(254,179,37); }
div.DivClassName
{
background-color: #FEB325;
}
.BgClassName
{
background-color: #FEB325;
}
</style>
border-color css
<style>
span { border-color: #FEB325; }
span { border-color: rgb(254,179,37); }
td.TdClassName
{
border-color: #FEB325;
}
.TagClassName
{
border-color: #FEB325;
}
</style>