Shades of Supernova #FFAD2E
Tints of Supernova #FFAD2E
RGB
CMYK
RGB Variations
Color information
#FFAD2E (or 0xFFAD2E) is known color: Supernova. HEX triplet: FF, AD and 2E. RGB value is (255,173,46). Sum of RGB (Red+Green+Blue) = 255+173+46=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 46 (18.36% from 255 or 9.70% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAD2E is #0052D1. Grayscale: #B7B7B7. Windows color (decimal): -21202 or 3059199. OLE color: 3059199.
HSL color Cylindrical-coordinate representation of color #FFAD2E: hue angle of 36.46º 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 #FFAD2E is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 46 | - |
| CMYK | 0 | 0.32 | 0.82 | 0 |
| HSL | 36.46º | 1% | 0.59% | - |
| HSV(B) | 36.46º | 0.82% | 1% | - |
| XYZ | 56.68 | 51.34 | 9.51 | - |
| YUV | 183.04 | 50.67 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 46 | 0 | 0.32 | 0.82 | 0 | 36.46 | 1 | 0.59 |
| Hex | FF | AD | 2E | 0 | 20 | 52 | 0 | 24 | 64 | 3B |
| Octal | 377 | 255 | 56 | 0 | 40 | 122 | 0 | 44 | 144 | 73 |
| Binary | 11111111 | 10101101 | 101110 | 0 | 100000 | 1010010 | 0 | 100100 | 1100100 | 111011 |
Color Harmonies of #FFAD2E
Complementary color
Monochromatic Colors of #FFAD2E
Black with #FFAD2E
Text Example
Text Example
White with #FFAD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD2E; }
p { color: rgb(255,173,46); }
H1.HeaderClassName
{
color: #FFAD2E;
}
.AnyTagClassName
{
color: #FFAD2E;
}
</style>
background-color css
<style>
a { background-color: #FFAD2E; }
a { background-color: rgb(255,173,46); }
div.DivClassName
{
background-color: #FFAD2E;
}
.BgClassName
{
background-color: #FFAD2E;
}
</style>
border-color css
<style>
span { border-color: #FFAD2E; }
span { border-color: rgb(255,173,46); }
td.TdClassName
{
border-color: #FFAD2E;
}
.TagClassName
{
border-color: #FFAD2E;
}
</style>