Shades of Supernova #FFAD29
Tints of Supernova #FFAD29
RGB
CMYK
RGB Variations
Color information
#FFAD29 (or 0xFFAD29) is known color: Supernova. HEX triplet: FF, AD and 29. RGB value is (255,173,41). Sum of RGB (Red+Green+Blue) = 255+173+41=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 41 (16.41% from 255 or 8.74% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAD29 is #0052D6. Grayscale: #B7B7B7. Windows color (decimal): -21207 or 2731519. OLE color: 2731519.
HSL color Cylindrical-coordinate representation of color #FFAD29: hue angle of 37.01º 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 #FFAD29 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 41 | - |
| CMYK | 0 | 0.32 | 0.84 | 0 |
| HSL | 37.01º | 1% | 0.58% | - |
| HSV(B) | 37.01º | 0.84% | 1% | - |
| XYZ | 56.58 | 51.31 | 9.02 | - |
| YUV | 182.47 | 48.17 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 41 | 0 | 0.32 | 0.84 | 0 | 37.01 | 1 | 0.58 |
| Hex | FF | AD | 29 | 0 | 20 | 54 | 0 | 25 | 64 | 3A |
| Octal | 377 | 255 | 51 | 0 | 40 | 124 | 0 | 45 | 144 | 72 |
| Binary | 11111111 | 10101101 | 101001 | 0 | 100000 | 1010100 | 0 | 100101 | 1100100 | 111010 |
Color Harmonies of #FFAD29
Complementary color
Monochromatic Colors of #FFAD29
Black with #FFAD29
Text Example
Text Example
White with #FFAD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD29; }
p { color: rgb(255,173,41); }
H1.HeaderClassName
{
color: #FFAD29;
}
.AnyTagClassName
{
color: #FFAD29;
}
</style>
background-color css
<style>
a { background-color: #FFAD29; }
a { background-color: rgb(255,173,41); }
div.DivClassName
{
background-color: #FFAD29;
}
.BgClassName
{
background-color: #FFAD29;
}
</style>
border-color css
<style>
span { border-color: #FFAD29; }
span { border-color: rgb(255,173,41); }
td.TdClassName
{
border-color: #FFAD29;
}
.TagClassName
{
border-color: #FFAD29;
}
</style>