Shades of Supernova #FEAD34
Tints of Supernova #FEAD34
RGB
CMYK
RGB Variations
Color information
#FEAD34 (or 0xFEAD34) is known color: Supernova. HEX triplet: FE, AD and 34. RGB value is (254,173,52). Sum of RGB (Red+Green+Blue) = 254+173+52=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 52 (20.70% from 255 or 10.86% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAD34 is #0152CB. Grayscale: #B7B7B7. Windows color (decimal): -86732 or 3452414. OLE color: 3452414.
HSL color Cylindrical-coordinate representation of color #FEAD34: hue angle of 35.94º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FEAD34 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 52 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.00 |
| HSL | 35.94º | 0.99% | 0.6% | - |
| HSV(B) | 35.94º | 0.8% | 1% | - |
| XYZ | 56.44 | 51.21 | 10.16 | - |
| YUV | 183.43 | 53.84 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 52 | 0 | 0.32 | 0.80 | 0.00 | 35.94 | 0.99 | 0.6 |
| Hex | FE | AD | 34 | 0 | 20 | 50 | 0 | 24 | 63 | 3C |
| Octal | 376 | 255 | 64 | 0 | 40 | 120 | 0 | 44 | 143 | 74 |
| Binary | 11111110 | 10101101 | 110100 | 0 | 100000 | 1010000 | 0 | 100100 | 1100011 | 111100 |
Color Harmonies of #FEAD34
Complementary color
Monochromatic Colors of #FEAD34
Black with #FEAD34
Text Example
Text Example
White with #FEAD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD34; }
p { color: rgb(254,173,52); }
H1.HeaderClassName
{
color: #FEAD34;
}
.AnyTagClassName
{
color: #FEAD34;
}
</style>
background-color css
<style>
a { background-color: #FEAD34; }
a { background-color: rgb(254,173,52); }
div.DivClassName
{
background-color: #FEAD34;
}
.BgClassName
{
background-color: #FEAD34;
}
</style>
border-color css
<style>
span { border-color: #FEAD34; }
span { border-color: rgb(254,173,52); }
td.TdClassName
{
border-color: #FEAD34;
}
.TagClassName
{
border-color: #FEAD34;
}
</style>