Shades of Supernova #FEAC2D
Tints of Supernova #FEAC2D
RGB
CMYK
RGB Variations
Color information
#FEAC2D (or 0xFEAC2D) is known color: Supernova. HEX triplet: FE, AC and 2D. RGB value is (254,172,45). Sum of RGB (Red+Green+Blue) = 254+172+45=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 45 (17.97% from 255 or 9.55% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAC2D is #0153D2. Grayscale: #B6B6B6. Windows color (decimal): -86995 or 2993406. OLE color: 2993406.
HSL color Cylindrical-coordinate representation of color #FEAC2D: hue angle of 36.46º 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 #FEAC2D is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 45 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.00 |
| HSL | 36.46º | 0.99% | 0.59% | - |
| HSV(B) | 36.46º | 0.82% | 1% | - |
| XYZ | 56.1 | 50.77 | 9.32 | - |
| YUV | 182.04 | 50.67 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 45 | 0 | 0.32 | 0.82 | 0.00 | 36.46 | 0.99 | 0.59 |
| Hex | FE | AC | 2D | 0 | 20 | 52 | 0 | 24 | 63 | 3B |
| Octal | 376 | 254 | 55 | 0 | 40 | 122 | 0 | 44 | 143 | 73 |
| Binary | 11111110 | 10101100 | 101101 | 0 | 100000 | 1010010 | 0 | 100100 | 1100011 | 111011 |
Color Harmonies of #FEAC2D
Complementary color
Monochromatic Colors of #FEAC2D
Black with #FEAC2D
Text Example
Text Example
White with #FEAC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAC2D; }
p { color: rgb(254,172,45); }
H1.HeaderClassName
{
color: #FEAC2D;
}
.AnyTagClassName
{
color: #FEAC2D;
}
</style>
background-color css
<style>
a { background-color: #FEAC2D; }
a { background-color: rgb(254,172,45); }
div.DivClassName
{
background-color: #FEAC2D;
}
.BgClassName
{
background-color: #FEAC2D;
}
</style>
border-color css
<style>
span { border-color: #FEAC2D; }
span { border-color: rgb(254,172,45); }
td.TdClassName
{
border-color: #FEAC2D;
}
.TagClassName
{
border-color: #FEAC2D;
}
</style>