Shades of Supernova #FFAD2B
Tints of Supernova #FFAD2B
RGB
CMYK
RGB Variations
Color information
#FFAD2B (or 0xFFAD2B) is known color: Supernova. HEX triplet: FF, AD and 2B. RGB value is (255,173,43). Sum of RGB (Red+Green+Blue) = 255+173+43=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 43 (17.19% from 255 or 9.13% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAD2B is #0052D4. Grayscale: #B7B7B7. Windows color (decimal): -21205 or 2862591. OLE color: 2862591.
HSL color Cylindrical-coordinate representation of color #FFAD2B: hue angle of 36.79º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFAD2B is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 43 | - |
| CMYK | 0 | 0.32 | 0.83 | 0 |
| HSL | 36.79º | 1% | 0.58% | - |
| HSV(B) | 36.79º | 0.83% | 1% | - |
| XYZ | 56.62 | 51.32 | 9.21 | - |
| YUV | 182.7 | 49.17 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 43 | 0 | 0.32 | 0.83 | 0 | 36.79 | 1 | 0.58 |
| Hex | FF | AD | 2B | 0 | 20 | 53 | 0 | 25 | 64 | 3A |
| Octal | 377 | 255 | 53 | 0 | 40 | 123 | 0 | 45 | 144 | 72 |
| Binary | 11111111 | 10101101 | 101011 | 0 | 100000 | 1010011 | 0 | 100101 | 1100100 | 111010 |
Color Harmonies of #FFAD2B
Complementary color
Monochromatic Colors of #FFAD2B
Black with #FFAD2B
Text Example
Text Example
White with #FFAD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD2B; }
p { color: rgb(255,173,43); }
H1.HeaderClassName
{
color: #FFAD2B;
}
.AnyTagClassName
{
color: #FFAD2B;
}
</style>
background-color css
<style>
a { background-color: #FFAD2B; }
a { background-color: rgb(255,173,43); }
div.DivClassName
{
background-color: #FFAD2B;
}
.BgClassName
{
background-color: #FFAD2B;
}
</style>
border-color css
<style>
span { border-color: #FFAD2B; }
span { border-color: rgb(255,173,43); }
td.TdClassName
{
border-color: #FFAD2B;
}
.TagClassName
{
border-color: #FFAD2B;
}
</style>