Shades of Supernova #FFAD32
Tints of Supernova #FFAD32
RGB
CMYK
RGB Variations
Color information
#FFAD32 (or 0xFFAD32) is known color: Supernova. HEX triplet: FF, AD and 32. RGB value is (255,173,50). Sum of RGB (Red+Green+Blue) = 255+173+50=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 50 (19.92% from 255 or 10.46% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAD32 is #0052CD. Grayscale: #B8B8B8. Windows color (decimal): -21198 or 3321343. OLE color: 3321343.
HSL color Cylindrical-coordinate representation of color #FFAD32: hue angle of 36º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFAD32 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 50 | - |
| CMYK | 0 | 0.32 | 0.80 | 0 |
| HSL | 36º | 1% | 0.6% | - |
| HSV(B) | 36º | 0.8% | 1% | - |
| XYZ | 56.76 | 51.38 | 9.94 | - |
| YUV | 183.5 | 52.67 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 50 | 0 | 0.32 | 0.80 | 0 | 36 | 1 | 0.6 |
| Hex | FF | AD | 32 | 0 | 20 | 50 | 0 | 24 | 64 | 3C |
| Octal | 377 | 255 | 62 | 0 | 40 | 120 | 0 | 44 | 144 | 74 |
| Binary | 11111111 | 10101101 | 110010 | 0 | 100000 | 1010000 | 0 | 100100 | 1100100 | 111100 |
Color Harmonies of #FFAD32
Complementary color
Monochromatic Colors of #FFAD32
Black with #FFAD32
Text Example
Text Example
White with #FFAD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD32; }
p { color: rgb(255,173,50); }
H1.HeaderClassName
{
color: #FFAD32;
}
.AnyTagClassName
{
color: #FFAD32;
}
</style>
background-color css
<style>
a { background-color: #FFAD32; }
a { background-color: rgb(255,173,50); }
div.DivClassName
{
background-color: #FFAD32;
}
.BgClassName
{
background-color: #FFAD32;
}
</style>
border-color css
<style>
span { border-color: #FFAD32; }
span { border-color: rgb(255,173,50); }
td.TdClassName
{
border-color: #FFAD32;
}
.TagClassName
{
border-color: #FFAD32;
}
</style>