Shades of Supernova #FEAE32
Tints of Supernova #FEAE32
RGB
CMYK
RGB Variations
Color information
#FEAE32 (or 0xFEAE32) is known color: Supernova. HEX triplet: FE, AE and 32. RGB value is (254,174,50). Sum of RGB (Red+Green+Blue) = 254+174+50=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 50 (19.92% from 255 or 10.46% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAE32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAE32 is #0151CD. Grayscale: #B8B8B8. Windows color (decimal): -86478 or 3321598. OLE color: 3321598.
HSL color Cylindrical-coordinate representation of color #FEAE32: hue angle of 36.47º 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 #FEAE32 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 174 | 50 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.00 |
| HSL | 36.47º | 0.99% | 0.6% | - |
| HSV(B) | 36.47º | 0.8% | 1% | - |
| XYZ | 56.58 | 51.57 | 9.99 | - |
| YUV | 183.78 | 52.5 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 174 | 50 | 0 | 0.31 | 0.80 | 0.00 | 36.47 | 0.99 | 0.6 |
| Hex | FE | AE | 32 | 0 | 1F | 50 | 0 | 24 | 63 | 3C |
| Octal | 376 | 256 | 62 | 0 | 37 | 120 | 0 | 44 | 143 | 74 |
| Binary | 11111110 | 10101110 | 110010 | 0 | 11111 | 1010000 | 0 | 100100 | 1100011 | 111100 |
Color Harmonies of #FEAE32
Complementary color
Monochromatic Colors of #FEAE32
Black with #FEAE32
Text Example
Text Example
White with #FEAE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAE32; }
p { color: rgb(254,174,50); }
H1.HeaderClassName
{
color: #FEAE32;
}
.AnyTagClassName
{
color: #FEAE32;
}
</style>
background-color css
<style>
a { background-color: #FEAE32; }
a { background-color: rgb(254,174,50); }
div.DivClassName
{
background-color: #FEAE32;
}
.BgClassName
{
background-color: #FEAE32;
}
</style>
border-color css
<style>
span { border-color: #FEAE32; }
span { border-color: rgb(254,174,50); }
td.TdClassName
{
border-color: #FEAE32;
}
.TagClassName
{
border-color: #FEAE32;
}
</style>