Shades of Supernova #FFAD28
Tints of Supernova #FFAD28
RGB
CMYK
RGB Variations
Color information
#FFAD28 (or 0xFFAD28) is known color: Supernova. HEX triplet: FF, AD and 28. RGB value is (255,173,40). Sum of RGB (Red+Green+Blue) = 255+173+40=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 40 (16.02% from 255 or 8.55% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAD28 is #0052D7. Grayscale: #B6B6B6. Windows color (decimal): -21208 or 2665983. OLE color: 2665983.
HSL color Cylindrical-coordinate representation of color #FFAD28: hue angle of 37.12º 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 #FFAD28 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 40 | - |
| CMYK | 0 | 0.32 | 0.84 | 0 |
| HSL | 37.12º | 1% | 0.58% | - |
| HSV(B) | 37.12º | 0.84% | 1% | - |
| XYZ | 56.57 | 51.3 | 8.93 | - |
| YUV | 182.36 | 47.67 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 40 | 0 | 0.32 | 0.84 | 0 | 37.12 | 1 | 0.58 |
| Hex | FF | AD | 28 | 0 | 20 | 54 | 0 | 25 | 64 | 3A |
| Octal | 377 | 255 | 50 | 0 | 40 | 124 | 0 | 45 | 144 | 72 |
| Binary | 11111111 | 10101101 | 101000 | 0 | 100000 | 1010100 | 0 | 100101 | 1100100 | 111010 |
Color Harmonies of #FFAD28
Complementary color
Monochromatic Colors of #FFAD28
Black with #FFAD28
Text Example
Text Example
White with #FFAD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD28; }
p { color: rgb(255,173,40); }
H1.HeaderClassName
{
color: #FFAD28;
}
.AnyTagClassName
{
color: #FFAD28;
}
</style>
background-color css
<style>
a { background-color: #FFAD28; }
a { background-color: rgb(255,173,40); }
div.DivClassName
{
background-color: #FFAD28;
}
.BgClassName
{
background-color: #FFAD28;
}
</style>
border-color css
<style>
span { border-color: #FFAD28; }
span { border-color: rgb(255,173,40); }
td.TdClassName
{
border-color: #FFAD28;
}
.TagClassName
{
border-color: #FFAD28;
}
</style>