Shades of Dark Tangerine #FFAD1E
Tints of Dark Tangerine #FFAD1E
RGB
CMYK
RGB Variations
Color information
#FFAD1E (or 0xFFAD1E) is known color: Dark Tangerine. HEX triplet: FF, AD and 1E. RGB value is (255,173,30). Sum of RGB (Red+Green+Blue) = 255+173+30=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 30 (12.11% from 255 or 6.55% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAD1E is #0052E1. Grayscale: #B5B5B5. Windows color (decimal): -21218 or 2010623. OLE color: 2010623.
HSL color Cylindrical-coordinate representation of color #FFAD1E: hue angle of 38.13º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FFAD1E is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 30 | - |
| CMYK | 0 | 0.32 | 0.88 | 0 |
| HSL | 38.13º | 1% | 0.56% | - |
| HSV(B) | 38.13º | 0.88% | 1% | - |
| XYZ | 56.42 | 51.24 | 8.15 | - |
| YUV | 181.22 | 42.67 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 30 | 0 | 0.32 | 0.88 | 0 | 38.13 | 1 | 0.56 |
| Hex | FF | AD | 1E | 0 | 20 | 58 | 0 | 26 | 64 | 38 |
| Octal | 377 | 255 | 36 | 0 | 40 | 130 | 0 | 46 | 144 | 70 |
| Binary | 11111111 | 10101101 | 11110 | 0 | 100000 | 1011000 | 0 | 100110 | 1100100 | 111000 |
Color Harmonies of #FFAD1E
Complementary color
Monochromatic Colors of #FFAD1E
Black with #FFAD1E
Text Example
Text Example
White with #FFAD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD1E; }
p { color: rgb(255,173,30); }
H1.HeaderClassName
{
color: #FFAD1E;
}
.AnyTagClassName
{
color: #FFAD1E;
}
</style>
background-color css
<style>
a { background-color: #FFAD1E; }
a { background-color: rgb(255,173,30); }
div.DivClassName
{
background-color: #FFAD1E;
}
.BgClassName
{
background-color: #FFAD1E;
}
</style>
border-color css
<style>
span { border-color: #FFAD1E; }
span { border-color: rgb(255,173,30); }
td.TdClassName
{
border-color: #FFAD1E;
}
.TagClassName
{
border-color: #FFAD1E;
}
</style>