Shades of Supernova #FEAD30
Tints of Supernova #FEAD30
RGB
CMYK
RGB Variations
Color information
#FEAD30 (or 0xFEAD30) is known color: Supernova. HEX triplet: FE, AD and 30. RGB value is (254,173,48). Sum of RGB (Red+Green+Blue) = 254+173+48=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 48 (19.14% from 255 or 10.11% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAD30 is #0152CF. Grayscale: #B7B7B7. Windows color (decimal): -86736 or 3190270. OLE color: 3190270.
HSL color Cylindrical-coordinate representation of color #FEAD30: hue angle of 36.41º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FEAD30 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 48 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.00 |
| HSL | 36.41º | 0.99% | 0.59% | - |
| HSV(B) | 36.41º | 0.81% | 1% | - |
| XYZ | 56.35 | 51.17 | 9.7 | - |
| YUV | 182.97 | 51.84 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 48 | 0 | 0.32 | 0.81 | 0.00 | 36.41 | 0.99 | 0.59 |
| Hex | FE | AD | 30 | 0 | 20 | 51 | 0 | 24 | 63 | 3B |
| Octal | 376 | 255 | 60 | 0 | 40 | 121 | 0 | 44 | 143 | 73 |
| Binary | 11111110 | 10101101 | 110000 | 0 | 100000 | 1010001 | 0 | 100100 | 1100011 | 111011 |
Color Harmonies of #FEAD30
Complementary color
Monochromatic Colors of #FEAD30
Black with #FEAD30
Text Example
Text Example
White with #FEAD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD30; }
p { color: rgb(254,173,48); }
H1.HeaderClassName
{
color: #FEAD30;
}
.AnyTagClassName
{
color: #FEAD30;
}
</style>
background-color css
<style>
a { background-color: #FEAD30; }
a { background-color: rgb(254,173,48); }
div.DivClassName
{
background-color: #FEAD30;
}
.BgClassName
{
background-color: #FEAD30;
}
</style>
border-color css
<style>
span { border-color: #FEAD30; }
span { border-color: rgb(254,173,48); }
td.TdClassName
{
border-color: #FEAD30;
}
.TagClassName
{
border-color: #FEAD30;
}
</style>