Shades of Supernova #FEAC37
Tints of Supernova #FEAC37
RGB
CMYK
RGB Variations
Color information
#FEAC37 (or 0xFEAC37) is known color: Supernova. HEX triplet: FE, AC and 37. RGB value is (254,172,55). Sum of RGB (Red+Green+Blue) = 254+172+55=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 55 (21.88% from 255 or 11.43% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC37 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAC37 is #0153C8. Grayscale: #B7B7B7. Windows color (decimal): -86985 or 3648766. OLE color: 3648766.
HSL color Cylindrical-coordinate representation of color #FEAC37: hue angle of 35.28º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FEAC37 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 55 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.00 |
| HSL | 35.28º | 0.99% | 0.61% | - |
| HSV(B) | 35.28º | 0.78% | 1% | - |
| XYZ | 56.32 | 50.85 | 10.46 | - |
| YUV | 183.18 | 55.67 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 55 | 0 | 0.32 | 0.78 | 0.00 | 35.28 | 0.99 | 0.61 |
| Hex | FE | AC | 37 | 0 | 20 | 4E | 0 | 23 | 63 | 3D |
| Octal | 376 | 254 | 67 | 0 | 40 | 116 | 0 | 43 | 143 | 75 |
| Binary | 11111110 | 10101100 | 110111 | 0 | 100000 | 1001110 | 0 | 100011 | 1100011 | 111101 |
Color Harmonies of #FEAC37
Complementary color
Monochromatic Colors of #FEAC37
Black with #FEAC37
Text Example
Text Example
White with #FEAC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAC37; }
p { color: rgb(254,172,55); }
H1.HeaderClassName
{
color: #FEAC37;
}
.AnyTagClassName
{
color: #FEAC37;
}
</style>
background-color css
<style>
a { background-color: #FEAC37; }
a { background-color: rgb(254,172,55); }
div.DivClassName
{
background-color: #FEAC37;
}
.BgClassName
{
background-color: #FEAC37;
}
</style>
border-color css
<style>
span { border-color: #FEAC37; }
span { border-color: rgb(254,172,55); }
td.TdClassName
{
border-color: #FEAC37;
}
.TagClassName
{
border-color: #FEAC37;
}
</style>