Shades of Dark Tangerine #FFAD10
Tints of Dark Tangerine #FFAD10
RGB
CMYK
RGB Variations
Color information
#FFAD10 (or 0xFFAD10) is known color: Dark Tangerine. HEX triplet: FF, AD and 10. RGB value is (255,173,16). Sum of RGB (Red+Green+Blue) = 255+173+16=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 16 (6.64% from 255 or 3.60% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAD10 is #0052EF. Grayscale: #B4B4B4. Windows color (decimal): -21232 or 1093119. OLE color: 1093119.
HSL color Cylindrical-coordinate representation of color #FFAD10: hue angle of 39.41º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFAD10 is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 16 | - |
| CMYK | 0 | 0.32 | 0.94 | 0 |
| HSL | 39.41º | 1% | 0.53% | - |
| HSV(B) | 39.41º | 0.94% | 1% | - |
| XYZ | 56.28 | 51.18 | 7.4 | - |
| YUV | 179.62 | 35.67 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 16 | 0 | 0.32 | 0.94 | 0 | 39.41 | 1 | 0.53 |
| Hex | FF | AD | 10 | 0 | 20 | 5E | 0 | 27 | 64 | 35 |
| Octal | 377 | 255 | 20 | 0 | 40 | 136 | 0 | 47 | 144 | 65 |
| Binary | 11111111 | 10101101 | 10000 | 0 | 100000 | 1011110 | 0 | 100111 | 1100100 | 110101 |
Color Harmonies of #FFAD10
Complementary color
Monochromatic Colors of #FFAD10
Black with #FFAD10
Text Example
Text Example
White with #FFAD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD10; }
p { color: rgb(255,173,16); }
H1.HeaderClassName
{
color: #FFAD10;
}
.AnyTagClassName
{
color: #FFAD10;
}
</style>
background-color css
<style>
a { background-color: #FFAD10; }
a { background-color: rgb(255,173,16); }
div.DivClassName
{
background-color: #FFAD10;
}
.BgClassName
{
background-color: #FFAD10;
}
</style>
border-color css
<style>
span { border-color: #FFAD10; }
span { border-color: rgb(255,173,16); }
td.TdClassName
{
border-color: #FFAD10;
}
.TagClassName
{
border-color: #FFAD10;
}
</style>