Shades of Supernova #FFAD2C
Tints of Supernova #FFAD2C
RGB
CMYK
RGB Variations
Color information
#FFAD2C (or 0xFFAD2C) is known color: Supernova. HEX triplet: FF, AD and 2C. RGB value is (255,173,44). Sum of RGB (Red+Green+Blue) = 255+173+44=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 44 (17.58% from 255 or 9.32% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAD2C is #0052D3. Grayscale: #B7B7B7. Windows color (decimal): -21204 or 2928127. OLE color: 2928127.
HSL color Cylindrical-coordinate representation of color #FFAD2C: hue angle of 36.68º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFAD2C is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 44 | - |
| CMYK | 0 | 0.32 | 0.83 | 0 |
| HSL | 36.68º | 1% | 0.59% | - |
| HSV(B) | 36.68º | 0.83% | 1% | - |
| XYZ | 56.64 | 51.33 | 9.31 | - |
| YUV | 182.81 | 49.67 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 44 | 0 | 0.32 | 0.83 | 0 | 36.68 | 1 | 0.59 |
| Hex | FF | AD | 2C | 0 | 20 | 53 | 0 | 25 | 64 | 3B |
| Octal | 377 | 255 | 54 | 0 | 40 | 123 | 0 | 45 | 144 | 73 |
| Binary | 11111111 | 10101101 | 101100 | 0 | 100000 | 1010011 | 0 | 100101 | 1100100 | 111011 |
Color Harmonies of #FFAD2C
Complementary color
Monochromatic Colors of #FFAD2C
Black with #FFAD2C
Text Example
Text Example
White with #FFAD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD2C; }
p { color: rgb(255,173,44); }
H1.HeaderClassName
{
color: #FFAD2C;
}
.AnyTagClassName
{
color: #FFAD2C;
}
</style>
background-color css
<style>
a { background-color: #FFAD2C; }
a { background-color: rgb(255,173,44); }
div.DivClassName
{
background-color: #FFAD2C;
}
.BgClassName
{
background-color: #FFAD2C;
}
</style>
border-color css
<style>
span { border-color: #FFAD2C; }
span { border-color: rgb(255,173,44); }
td.TdClassName
{
border-color: #FFAD2C;
}
.TagClassName
{
border-color: #FFAD2C;
}
</style>