Shades of Dark Tangerine #FFAD19
Tints of Dark Tangerine #FFAD19
RGB
CMYK
RGB Variations
Color information
#FFAD19 (or 0xFFAD19) is known color: Dark Tangerine. HEX triplet: FF, AD and 19. RGB value is (255,173,25). Sum of RGB (Red+Green+Blue) = 255+173+25=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 25 (10.16% from 255 or 5.52% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAD19 is #0052E6. Grayscale: #B5B5B5. Windows color (decimal): -21223 or 1682943. OLE color: 1682943.
HSL color Cylindrical-coordinate representation of color #FFAD19: hue angle of 38.61º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFAD19 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 25 | - |
| CMYK | 0 | 0.32 | 0.90 | 0 |
| HSL | 38.61º | 1% | 0.55% | - |
| HSV(B) | 38.61º | 0.9% | 1% | - |
| XYZ | 56.36 | 51.22 | 7.84 | - |
| YUV | 180.65 | 40.17 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 25 | 0 | 0.32 | 0.90 | 0 | 38.61 | 1 | 0.55 |
| Hex | FF | AD | 19 | 0 | 20 | 5A | 0 | 27 | 64 | 37 |
| Octal | 377 | 255 | 31 | 0 | 40 | 132 | 0 | 47 | 144 | 67 |
| Binary | 11111111 | 10101101 | 11001 | 0 | 100000 | 1011010 | 0 | 100111 | 1100100 | 110111 |
Color Harmonies of #FFAD19
Complementary color
Monochromatic Colors of #FFAD19
Black with #FFAD19
Text Example
Text Example
White with #FFAD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD19; }
p { color: rgb(255,173,25); }
H1.HeaderClassName
{
color: #FFAD19;
}
.AnyTagClassName
{
color: #FFAD19;
}
</style>
background-color css
<style>
a { background-color: #FFAD19; }
a { background-color: rgb(255,173,25); }
div.DivClassName
{
background-color: #FFAD19;
}
.BgClassName
{
background-color: #FFAD19;
}
</style>
border-color css
<style>
span { border-color: #FFAD19; }
span { border-color: rgb(255,173,25); }
td.TdClassName
{
border-color: #FFAD19;
}
.TagClassName
{
border-color: #FFAD19;
}
</style>