Shades of Supernova #FEAB31
Tints of Supernova #FEAB31
RGB
CMYK
RGB Variations
Color information
#FEAB31 (or 0xFEAB31) is known color: Supernova. HEX triplet: FE, AB and 31. RGB value is (254,171,49). Sum of RGB (Red+Green+Blue) = 254+171+49=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 49 (19.53% from 255 or 10.34% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAB31 is #0154CE. Grayscale: #B6B6B6. Windows color (decimal): -87247 or 3255294. OLE color: 3255294.
HSL color Cylindrical-coordinate representation of color #FEAB31: hue angle of 35.71º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FEAB31 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 49 | - |
| CMYK | 0 | 0.33 | 0.81 | 0.00 |
| HSL | 35.71º | 0.99% | 0.59% | - |
| HSV(B) | 35.71º | 0.81% | 1% | - |
| XYZ | 55.99 | 50.42 | 9.69 | - |
| YUV | 181.91 | 53 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 49 | 0 | 0.33 | 0.81 | 0.00 | 35.71 | 0.99 | 0.59 |
| Hex | FE | AB | 31 | 0 | 21 | 51 | 0 | 24 | 63 | 3B |
| Octal | 376 | 253 | 61 | 0 | 41 | 121 | 0 | 44 | 143 | 73 |
| Binary | 11111110 | 10101011 | 110001 | 0 | 100001 | 1010001 | 0 | 100100 | 1100011 | 111011 |
Color Harmonies of #FEAB31
Complementary color
Monochromatic Colors of #FEAB31
Black with #FEAB31
Text Example
Text Example
White with #FEAB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAB31; }
p { color: rgb(254,171,49); }
H1.HeaderClassName
{
color: #FEAB31;
}
.AnyTagClassName
{
color: #FEAB31;
}
</style>
background-color css
<style>
a { background-color: #FEAB31; }
a { background-color: rgb(254,171,49); }
div.DivClassName
{
background-color: #FEAB31;
}
.BgClassName
{
background-color: #FEAB31;
}
</style>
border-color css
<style>
span { border-color: #FEAB31; }
span { border-color: rgb(254,171,49); }
td.TdClassName
{
border-color: #FEAB31;
}
.TagClassName
{
border-color: #FEAB31;
}
</style>