Shades of Supernova #FEAF31
Tints of Supernova #FEAF31
RGB
CMYK
RGB Variations
Color information
#FEAF31 (or 0xFEAF31) is known color: Supernova. HEX triplet: FE, AF and 31. RGB value is (254,175,49). Sum of RGB (Red+Green+Blue) = 254+175+49=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 49 (19.53% from 255 or 10.25% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAF31 is #0150CE. Grayscale: #B8B8B8. Windows color (decimal): -86223 or 3256318. OLE color: 3256318.
HSL color Cylindrical-coordinate representation of color #FEAF31: hue angle of 36.88º 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 #FEAF31 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 175 | 49 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.00 |
| HSL | 36.88º | 0.99% | 0.59% | - |
| HSV(B) | 36.88º | 0.81% | 1% | - |
| XYZ | 56.76 | 51.95 | 9.94 | - |
| YUV | 184.26 | 51.67 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 175 | 49 | 0 | 0.31 | 0.81 | 0.00 | 36.88 | 0.99 | 0.59 |
| Hex | FE | AF | 31 | 0 | 1F | 51 | 0 | 25 | 63 | 3B |
| Octal | 376 | 257 | 61 | 0 | 37 | 121 | 0 | 45 | 143 | 73 |
| Binary | 11111110 | 10101111 | 110001 | 0 | 11111 | 1010001 | 0 | 100101 | 1100011 | 111011 |
Color Harmonies of #FEAF31
Complementary color
Monochromatic Colors of #FEAF31
Black with #FEAF31
Text Example
Text Example
White with #FEAF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAF31; }
p { color: rgb(254,175,49); }
H1.HeaderClassName
{
color: #FEAF31;
}
.AnyTagClassName
{
color: #FEAF31;
}
</style>
background-color css
<style>
a { background-color: #FEAF31; }
a { background-color: rgb(254,175,49); }
div.DivClassName
{
background-color: #FEAF31;
}
.BgClassName
{
background-color: #FEAF31;
}
</style>
border-color css
<style>
span { border-color: #FEAF31; }
span { border-color: rgb(254,175,49); }
td.TdClassName
{
border-color: #FEAF31;
}
.TagClassName
{
border-color: #FEAF31;
}
</style>