Shades of Dark Tangerine #FFAD15
Tints of Dark Tangerine #FFAD15
RGB
CMYK
RGB Variations
Color information
#FFAD15 (or 0xFFAD15) is known color: Dark Tangerine. HEX triplet: FF, AD and 15. RGB value is (255,173,21). Sum of RGB (Red+Green+Blue) = 255+173+21=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 21 (8.59% from 255 or 4.68% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAD15 is #0052EA. Grayscale: #B4B4B4. Windows color (decimal): -21227 or 1420799. OLE color: 1420799.
HSL color Cylindrical-coordinate representation of color #FFAD15: hue angle of 38.97º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFAD15 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 21 | - |
| CMYK | 0 | 0.32 | 0.92 | 0 |
| HSL | 38.97º | 1% | 0.54% | - |
| HSV(B) | 38.97º | 0.92% | 1% | - |
| XYZ | 56.32 | 51.2 | 7.62 | - |
| YUV | 180.19 | 38.17 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 21 | 0 | 0.32 | 0.92 | 0 | 38.97 | 1 | 0.54 |
| Hex | FF | AD | 15 | 0 | 20 | 5C | 0 | 27 | 64 | 36 |
| Octal | 377 | 255 | 25 | 0 | 40 | 134 | 0 | 47 | 144 | 66 |
| Binary | 11111111 | 10101101 | 10101 | 0 | 100000 | 1011100 | 0 | 100111 | 1100100 | 110110 |
Color Harmonies of #FFAD15
Complementary color
Monochromatic Colors of #FFAD15
Black with #FFAD15
Text Example
Text Example
White with #FFAD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD15; }
p { color: rgb(255,173,21); }
H1.HeaderClassName
{
color: #FFAD15;
}
.AnyTagClassName
{
color: #FFAD15;
}
</style>
background-color css
<style>
a { background-color: #FFAD15; }
a { background-color: rgb(255,173,21); }
div.DivClassName
{
background-color: #FFAD15;
}
.BgClassName
{
background-color: #FFAD15;
}
</style>
border-color css
<style>
span { border-color: #FFAD15; }
span { border-color: rgb(255,173,21); }
td.TdClassName
{
border-color: #FFAD15;
}
.TagClassName
{
border-color: #FFAD15;
}
</style>