Shades of Dark Tangerine #FFAD11
Tints of Dark Tangerine #FFAD11
RGB
CMYK
RGB Variations
Color information
#FFAD11 (or 0xFFAD11) is known color: Dark Tangerine. HEX triplet: FF, AD and 11. RGB value is (255,173,17). Sum of RGB (Red+Green+Blue) = 255+173+17=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 17 (7.03% from 255 or 3.82% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAD11 is #0052EE. Grayscale: #B4B4B4. Windows color (decimal): -21231 or 1158655. OLE color: 1158655.
HSL color Cylindrical-coordinate representation of color #FFAD11: hue angle of 39.33º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFAD11 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 17 | - |
| CMYK | 0 | 0.32 | 0.93 | 0 |
| HSL | 39.33º | 1% | 0.53% | - |
| HSV(B) | 39.33º | 0.93% | 1% | - |
| XYZ | 56.28 | 51.19 | 7.44 | - |
| YUV | 179.73 | 36.17 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 17 | 0 | 0.32 | 0.93 | 0 | 39.33 | 1 | 0.53 |
| Hex | FF | AD | 11 | 0 | 20 | 5D | 0 | 27 | 64 | 35 |
| Octal | 377 | 255 | 21 | 0 | 40 | 135 | 0 | 47 | 144 | 65 |
| Binary | 11111111 | 10101101 | 10001 | 0 | 100000 | 1011101 | 0 | 100111 | 1100100 | 110101 |
Color Harmonies of #FFAD11
Complementary color
Monochromatic Colors of #FFAD11
Black with #FFAD11
Text Example
Text Example
White with #FFAD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD11; }
p { color: rgb(255,173,17); }
H1.HeaderClassName
{
color: #FFAD11;
}
.AnyTagClassName
{
color: #FFAD11;
}
</style>
background-color css
<style>
a { background-color: #FFAD11; }
a { background-color: rgb(255,173,17); }
div.DivClassName
{
background-color: #FFAD11;
}
.BgClassName
{
background-color: #FFAD11;
}
</style>
border-color css
<style>
span { border-color: #FFAD11; }
span { border-color: rgb(255,173,17); }
td.TdClassName
{
border-color: #FFAD11;
}
.TagClassName
{
border-color: #FFAD11;
}
</style>