Shades of Supernova #FEAC2E
Tints of Supernova #FEAC2E
RGB
CMYK
RGB Variations
Color information
#FEAC2E (or 0xFEAC2E) is known color: Supernova. HEX triplet: FE, AC and 2E. RGB value is (254,172,46). Sum of RGB (Red+Green+Blue) = 254+172+46=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 46 (18.36% from 255 or 9.75% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAC2E is #0153D1. Grayscale: #B6B6B6. Windows color (decimal): -86994 or 3058942. OLE color: 3058942.
HSL color Cylindrical-coordinate representation of color #FEAC2E: hue angle of 36.35º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FEAC2E is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 46 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.00 |
| HSL | 36.35º | 0.99% | 0.59% | - |
| HSV(B) | 36.35º | 0.82% | 1% | - |
| XYZ | 56.12 | 50.77 | 9.43 | - |
| YUV | 182.15 | 51.17 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 46 | 0 | 0.32 | 0.82 | 0.00 | 36.35 | 0.99 | 0.59 |
| Hex | FE | AC | 2E | 0 | 20 | 52 | 0 | 24 | 63 | 3B |
| Octal | 376 | 254 | 56 | 0 | 40 | 122 | 0 | 44 | 143 | 73 |
| Binary | 11111110 | 10101100 | 101110 | 0 | 100000 | 1010010 | 0 | 100100 | 1100011 | 111011 |
Color Harmonies of #FEAC2E
Complementary color
Monochromatic Colors of #FEAC2E
Black with #FEAC2E
Text Example
Text Example
White with #FEAC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAC2E; }
p { color: rgb(254,172,46); }
H1.HeaderClassName
{
color: #FEAC2E;
}
.AnyTagClassName
{
color: #FEAC2E;
}
</style>
background-color css
<style>
a { background-color: #FEAC2E; }
a { background-color: rgb(254,172,46); }
div.DivClassName
{
background-color: #FEAC2E;
}
.BgClassName
{
background-color: #FEAC2E;
}
</style>
border-color css
<style>
span { border-color: #FEAC2E; }
span { border-color: rgb(254,172,46); }
td.TdClassName
{
border-color: #FEAC2E;
}
.TagClassName
{
border-color: #FEAC2E;
}
</style>