Shades of Supernova #FEAD25
Tints of Supernova #FEAD25
RGB
CMYK
RGB Variations
Color information
#FEAD25 (or 0xFEAD25) is known color: Supernova. HEX triplet: FE, AD and 25. RGB value is (254,173,37). Sum of RGB (Red+Green+Blue) = 254+173+37=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 37 (14.84% from 255 or 7.97% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAD25 is #0152DA. Grayscale: #B6B6B6. Windows color (decimal): -86747 or 2469374. OLE color: 2469374.
HSL color Cylindrical-coordinate representation of color #FEAD25: hue angle of 37.6º 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 #FEAD25 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 37 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.00 |
| HSL | 37.6º | 0.99% | 0.57% | - |
| HSV(B) | 37.6º | 0.85% | 1% | - |
| XYZ | 56.15 | 51.09 | 8.65 | - |
| YUV | 181.72 | 46.34 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 37 | 0 | 0.32 | 0.85 | 0.00 | 37.6 | 0.99 | 0.57 |
| Hex | FE | AD | 25 | 0 | 20 | 55 | 0 | 26 | 63 | 39 |
| Octal | 376 | 255 | 45 | 0 | 40 | 125 | 0 | 46 | 143 | 71 |
| Binary | 11111110 | 10101101 | 100101 | 0 | 100000 | 1010101 | 0 | 100110 | 1100011 | 111001 |
Color Harmonies of #FEAD25
Complementary color
Monochromatic Colors of #FEAD25
Black with #FEAD25
Text Example
Text Example
White with #FEAD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD25; }
p { color: rgb(254,173,37); }
H1.HeaderClassName
{
color: #FEAD25;
}
.AnyTagClassName
{
color: #FEAD25;
}
</style>
background-color css
<style>
a { background-color: #FEAD25; }
a { background-color: rgb(254,173,37); }
div.DivClassName
{
background-color: #FEAD25;
}
.BgClassName
{
background-color: #FEAD25;
}
</style>
border-color css
<style>
span { border-color: #FEAD25; }
span { border-color: rgb(254,173,37); }
td.TdClassName
{
border-color: #FEAD25;
}
.TagClassName
{
border-color: #FEAD25;
}
</style>