Shades of Supernova #FFAE31
Tints of Supernova #FFAE31
RGB
CMYK
RGB Variations
Color information
#FFAE31 (or 0xFFAE31) is known color: Supernova. HEX triplet: FF, AE and 31. RGB value is (255,174,49). Sum of RGB (Red+Green+Blue) = 255+174+49=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 49 (19.53% from 255 or 10.25% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAE31 is #0051CE. Grayscale: #B8B8B8. Windows color (decimal): -20943 or 3256063. OLE color: 3256063.
HSL color Cylindrical-coordinate representation of color #FFAE31: hue angle of 36.41º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFAE31 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 49 | - |
| CMYK | 0 | 0.32 | 0.81 | 0 |
| HSL | 36.41º | 1% | 0.6% | - |
| HSV(B) | 36.41º | 0.81% | 1% | - |
| XYZ | 56.93 | 51.75 | 9.89 | - |
| YUV | 183.97 | 51.84 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 49 | 0 | 0.32 | 0.81 | 0 | 36.41 | 1 | 0.6 |
| Hex | FF | AE | 31 | 0 | 20 | 51 | 0 | 24 | 64 | 3C |
| Octal | 377 | 256 | 61 | 0 | 40 | 121 | 0 | 44 | 144 | 74 |
| Binary | 11111111 | 10101110 | 110001 | 0 | 100000 | 1010001 | 0 | 100100 | 1100100 | 111100 |
Color Harmonies of #FFAE31
Complementary color
Monochromatic Colors of #FFAE31
Black with #FFAE31
Text Example
Text Example
White with #FFAE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE31; }
p { color: rgb(255,174,49); }
H1.HeaderClassName
{
color: #FFAE31;
}
.AnyTagClassName
{
color: #FFAE31;
}
</style>
background-color css
<style>
a { background-color: #FFAE31; }
a { background-color: rgb(255,174,49); }
div.DivClassName
{
background-color: #FFAE31;
}
.BgClassName
{
background-color: #FFAE31;
}
</style>
border-color css
<style>
span { border-color: #FFAE31; }
span { border-color: rgb(255,174,49); }
td.TdClassName
{
border-color: #FFAE31;
}
.TagClassName
{
border-color: #FFAE31;
}
</style>