Shades of Supernova #FEAD2C
Tints of Supernova #FEAD2C
RGB
CMYK
RGB Variations
Color information
#FEAD2C (or 0xFEAD2C) is known color: Supernova. HEX triplet: FE, AD and 2C. RGB value is (254,173,44). Sum of RGB (Red+Green+Blue) = 254+173+44=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 44 (17.58% from 255 or 9.34% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAD2C is #0152D3. Grayscale: #B7B7B7. Windows color (decimal): -86740 or 2928126. OLE color: 2928126.
HSL color Cylindrical-coordinate representation of color #FEAD2C: hue angle of 36.86º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FEAD2C is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 44 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.00 |
| HSL | 36.86º | 0.99% | 0.58% | - |
| HSV(B) | 36.86º | 0.83% | 1% | - |
| XYZ | 56.27 | 51.14 | 9.29 | - |
| YUV | 182.51 | 49.84 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 44 | 0 | 0.32 | 0.83 | 0.00 | 36.86 | 0.99 | 0.58 |
| Hex | FE | AD | 2C | 0 | 20 | 53 | 0 | 25 | 63 | 3A |
| Octal | 376 | 255 | 54 | 0 | 40 | 123 | 0 | 45 | 143 | 72 |
| Binary | 11111110 | 10101101 | 101100 | 0 | 100000 | 1010011 | 0 | 100101 | 1100011 | 111010 |
Color Harmonies of #FEAD2C
Complementary color
Monochromatic Colors of #FEAD2C
Black with #FEAD2C
Text Example
Text Example
White with #FEAD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD2C; }
p { color: rgb(254,173,44); }
H1.HeaderClassName
{
color: #FEAD2C;
}
.AnyTagClassName
{
color: #FEAD2C;
}
</style>
background-color css
<style>
a { background-color: #FEAD2C; }
a { background-color: rgb(254,173,44); }
div.DivClassName
{
background-color: #FEAD2C;
}
.BgClassName
{
background-color: #FEAD2C;
}
</style>
border-color css
<style>
span { border-color: #FEAD2C; }
span { border-color: rgb(254,173,44); }
td.TdClassName
{
border-color: #FEAD2C;
}
.TagClassName
{
border-color: #FEAD2C;
}
</style>