Shades of Supernova #FEAC32
Tints of Supernova #FEAC32
RGB
CMYK
RGB Variations
Color information
#FEAC32 (or 0xFEAC32) is known color: Supernova. HEX triplet: FE, AC and 32. RGB value is (254,172,50). Sum of RGB (Red+Green+Blue) = 254+172+50=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 50 (19.92% from 255 or 10.50% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAC32 is #0153CD. Grayscale: #B7B7B7. Windows color (decimal): -86990 or 3321086. OLE color: 3321086.
HSL color Cylindrical-coordinate representation of color #FEAC32: hue angle of 35.88º 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 #FEAC32 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 50 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.00 |
| HSL | 35.88º | 0.99% | 0.6% | - |
| HSV(B) | 35.88º | 0.8% | 1% | - |
| XYZ | 56.2 | 50.81 | 9.86 | - |
| YUV | 182.61 | 53.17 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 50 | 0 | 0.32 | 0.80 | 0.00 | 35.88 | 0.99 | 0.6 |
| Hex | FE | AC | 32 | 0 | 20 | 50 | 0 | 24 | 63 | 3C |
| Octal | 376 | 254 | 62 | 0 | 40 | 120 | 0 | 44 | 143 | 74 |
| Binary | 11111110 | 10101100 | 110010 | 0 | 100000 | 1010000 | 0 | 100100 | 1100011 | 111100 |
Color Harmonies of #FEAC32
Complementary color
Monochromatic Colors of #FEAC32
Black with #FEAC32
Text Example
Text Example
White with #FEAC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAC32; }
p { color: rgb(254,172,50); }
H1.HeaderClassName
{
color: #FEAC32;
}
.AnyTagClassName
{
color: #FEAC32;
}
</style>
background-color css
<style>
a { background-color: #FEAC32; }
a { background-color: rgb(254,172,50); }
div.DivClassName
{
background-color: #FEAC32;
}
.BgClassName
{
background-color: #FEAC32;
}
</style>
border-color css
<style>
span { border-color: #FEAC32; }
span { border-color: rgb(254,172,50); }
td.TdClassName
{
border-color: #FEAC32;
}
.TagClassName
{
border-color: #FEAC32;
}
</style>