Shades of Supernova #FFAD2A
Tints of Supernova #FFAD2A
RGB
CMYK
RGB Variations
Color information
#FFAD2A (or 0xFFAD2A) is known color: Supernova. HEX triplet: FF, AD and 2A. RGB value is (255,173,42). Sum of RGB (Red+Green+Blue) = 255+173+42=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 42 (16.80% from 255 or 8.94% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAD2A is #0052D5. Grayscale: #B7B7B7. Windows color (decimal): -21206 or 2797055. OLE color: 2797055.
HSL color Cylindrical-coordinate representation of color #FFAD2A: hue angle of 36.9º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFAD2A is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 42 | - |
| CMYK | 0 | 0.32 | 0.84 | 0 |
| HSL | 36.9º | 1% | 0.58% | - |
| HSV(B) | 36.9º | 0.84% | 1% | - |
| XYZ | 56.6 | 51.31 | 9.11 | - |
| YUV | 182.58 | 48.67 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 42 | 0 | 0.32 | 0.84 | 0 | 36.9 | 1 | 0.58 |
| Hex | FF | AD | 2A | 0 | 20 | 54 | 0 | 25 | 64 | 3A |
| Octal | 377 | 255 | 52 | 0 | 40 | 124 | 0 | 45 | 144 | 72 |
| Binary | 11111111 | 10101101 | 101010 | 0 | 100000 | 1010100 | 0 | 100101 | 1100100 | 111010 |
Color Harmonies of #FFAD2A
Complementary color
Monochromatic Colors of #FFAD2A
Black with #FFAD2A
Text Example
Text Example
White with #FFAD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD2A; }
p { color: rgb(255,173,42); }
H1.HeaderClassName
{
color: #FFAD2A;
}
.AnyTagClassName
{
color: #FFAD2A;
}
</style>
background-color css
<style>
a { background-color: #FFAD2A; }
a { background-color: rgb(255,173,42); }
div.DivClassName
{
background-color: #FFAD2A;
}
.BgClassName
{
background-color: #FFAD2A;
}
</style>
border-color css
<style>
span { border-color: #FFAD2A; }
span { border-color: rgb(255,173,42); }
td.TdClassName
{
border-color: #FFAD2A;
}
.TagClassName
{
border-color: #FFAD2A;
}
</style>