Shades of Supernova #FFAD2D
Tints of Supernova #FFAD2D
RGB
CMYK
RGB Variations
Color information
#FFAD2D (or 0xFFAD2D) is known color: Supernova. HEX triplet: FF, AD and 2D. RGB value is (255,173,45). Sum of RGB (Red+Green+Blue) = 255+173+45=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 45 (17.97% from 255 or 9.51% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAD2D is #0052D2. Grayscale: #B7B7B7. Windows color (decimal): -21203 or 2993663. OLE color: 2993663.
HSL color Cylindrical-coordinate representation of color #FFAD2D: hue angle of 36.57º 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 #FFAD2D is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 45 | - |
| CMYK | 0 | 0.32 | 0.82 | 0 |
| HSL | 36.57º | 1% | 0.59% | - |
| HSV(B) | 36.57º | 0.82% | 1% | - |
| XYZ | 56.66 | 51.34 | 9.41 | - |
| YUV | 182.93 | 50.17 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 45 | 0 | 0.32 | 0.82 | 0 | 36.57 | 1 | 0.59 |
| Hex | FF | AD | 2D | 0 | 20 | 52 | 0 | 25 | 64 | 3B |
| Octal | 377 | 255 | 55 | 0 | 40 | 122 | 0 | 45 | 144 | 73 |
| Binary | 11111111 | 10101101 | 101101 | 0 | 100000 | 1010010 | 0 | 100101 | 1100100 | 111011 |
Color Harmonies of #FFAD2D
Complementary color
Monochromatic Colors of #FFAD2D
Black with #FFAD2D
Text Example
Text Example
White with #FFAD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD2D; }
p { color: rgb(255,173,45); }
H1.HeaderClassName
{
color: #FFAD2D;
}
.AnyTagClassName
{
color: #FFAD2D;
}
</style>
background-color css
<style>
a { background-color: #FFAD2D; }
a { background-color: rgb(255,173,45); }
div.DivClassName
{
background-color: #FFAD2D;
}
.BgClassName
{
background-color: #FFAD2D;
}
</style>
border-color css
<style>
span { border-color: #FFAD2D; }
span { border-color: rgb(255,173,45); }
td.TdClassName
{
border-color: #FFAD2D;
}
.TagClassName
{
border-color: #FFAD2D;
}
</style>