Shades of Supernova #FFAE3A
Tints of Supernova #FFAE3A
RGB
CMYK
RGB Variations
Color information
#FFAE3A (or 0xFFAE3A) is known color: Supernova. HEX triplet: FF, AE and 3A. RGB value is (255,174,58). Sum of RGB (Red+Green+Blue) = 255+174+58=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 58 (23.05% from 255 or 11.91% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAE3A is #0051C5. Grayscale: #B9B9B9. Windows color (decimal): -20934 or 3845887. OLE color: 3845887.
HSL color Cylindrical-coordinate representation of color #FFAE3A: hue angle of 35.33º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFAE3A is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 58 | - |
| CMYK | 0 | 0.32 | 0.77 | 0 |
| HSL | 35.33º | 1% | 0.61% | - |
| HSV(B) | 35.33º | 0.77% | 1% | - |
| XYZ | 57.14 | 51.84 | 11 | - |
| YUV | 185 | 56.34 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 58 | 0 | 0.32 | 0.77 | 0 | 35.33 | 1 | 0.61 |
| Hex | FF | AE | 3A | 0 | 20 | 4D | 0 | 23 | 64 | 3D |
| Octal | 377 | 256 | 72 | 0 | 40 | 115 | 0 | 43 | 144 | 75 |
| Binary | 11111111 | 10101110 | 111010 | 0 | 100000 | 1001101 | 0 | 100011 | 1100100 | 111101 |
Color Harmonies of #FFAE3A
Complementary color
Monochromatic Colors of #FFAE3A
Black with #FFAE3A
Text Example
Text Example
White with #FFAE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE3A; }
p { color: rgb(255,174,58); }
H1.HeaderClassName
{
color: #FFAE3A;
}
.AnyTagClassName
{
color: #FFAE3A;
}
</style>
background-color css
<style>
a { background-color: #FFAE3A; }
a { background-color: rgb(255,174,58); }
div.DivClassName
{
background-color: #FFAE3A;
}
.BgClassName
{
background-color: #FFAE3A;
}
</style>
border-color css
<style>
span { border-color: #FFAE3A; }
span { border-color: rgb(255,174,58); }
td.TdClassName
{
border-color: #FFAE3A;
}
.TagClassName
{
border-color: #FFAE3A;
}
</style>