Shades of Supernova #FFAE2E
Tints of Supernova #FFAE2E
RGB
CMYK
RGB Variations
Color information
#FFAE2E (or 0xFFAE2E) is known color: Supernova. HEX triplet: FF, AE and 2E. RGB value is (255,174,46). Sum of RGB (Red+Green+Blue) = 255+174+46=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 46 (18.36% from 255 or 9.68% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAE2E is #0051D1. Grayscale: #B8B8B8. Windows color (decimal): -20946 or 3059455. OLE color: 3059455.
HSL color Cylindrical-coordinate representation of color #FFAE2E: hue angle of 36.75º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFAE2E is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 46 | - |
| CMYK | 0 | 0.32 | 0.82 | 0 |
| HSL | 36.75º | 1% | 0.59% | - |
| HSV(B) | 36.75º | 0.82% | 1% | - |
| XYZ | 56.87 | 51.73 | 9.57 | - |
| YUV | 183.63 | 50.34 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 46 | 0 | 0.32 | 0.82 | 0 | 36.75 | 1 | 0.59 |
| Hex | FF | AE | 2E | 0 | 20 | 52 | 0 | 25 | 64 | 3B |
| Octal | 377 | 256 | 56 | 0 | 40 | 122 | 0 | 45 | 144 | 73 |
| Binary | 11111111 | 10101110 | 101110 | 0 | 100000 | 1010010 | 0 | 100101 | 1100100 | 111011 |
Color Harmonies of #FFAE2E
Complementary color
Monochromatic Colors of #FFAE2E
Black with #FFAE2E
Text Example
Text Example
White with #FFAE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE2E; }
p { color: rgb(255,174,46); }
H1.HeaderClassName
{
color: #FFAE2E;
}
.AnyTagClassName
{
color: #FFAE2E;
}
</style>
background-color css
<style>
a { background-color: #FFAE2E; }
a { background-color: rgb(255,174,46); }
div.DivClassName
{
background-color: #FFAE2E;
}
.BgClassName
{
background-color: #FFAE2E;
}
</style>
border-color css
<style>
span { border-color: #FFAE2E; }
span { border-color: rgb(255,174,46); }
td.TdClassName
{
border-color: #FFAE2E;
}
.TagClassName
{
border-color: #FFAE2E;
}
</style>