Shades of Dark Tangerine #FFAB19
Tints of Dark Tangerine #FFAB19
RGB
CMYK
RGB Variations
Color information
#FFAB19 (or 0xFFAB19) is known color: Dark Tangerine. HEX triplet: FF, AB and 19. RGB value is (255,171,25). Sum of RGB (Red+Green+Blue) = 255+171+25=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 25 (10.16% from 255 or 5.54% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAB19 is #0054E6. Grayscale: #B4B4B4. Windows color (decimal): -21735 or 1682431. OLE color: 1682431.
HSL color Cylindrical-coordinate representation of color #FFAB19: hue angle of 38.09º 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 #FFAB19 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 25 | - |
| CMYK | 0 | 0.33 | 0.90 | 0 |
| HSL | 38.09º | 1% | 0.55% | - |
| HSV(B) | 38.09º | 0.9% | 1% | - |
| XYZ | 55.98 | 50.46 | 7.71 | - |
| YUV | 179.47 | 40.83 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 25 | 0 | 0.33 | 0.90 | 0 | 38.09 | 1 | 0.55 |
| Hex | FF | AB | 19 | 0 | 21 | 5A | 0 | 26 | 64 | 37 |
| Octal | 377 | 253 | 31 | 0 | 41 | 132 | 0 | 46 | 144 | 67 |
| Binary | 11111111 | 10101011 | 11001 | 0 | 100001 | 1011010 | 0 | 100110 | 1100100 | 110111 |
Color Harmonies of #FFAB19
Complementary color
Monochromatic Colors of #FFAB19
Black with #FFAB19
Text Example
Text Example
White with #FFAB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB19; }
p { color: rgb(255,171,25); }
H1.HeaderClassName
{
color: #FFAB19;
}
.AnyTagClassName
{
color: #FFAB19;
}
</style>
background-color css
<style>
a { background-color: #FFAB19; }
a { background-color: rgb(255,171,25); }
div.DivClassName
{
background-color: #FFAB19;
}
.BgClassName
{
background-color: #FFAB19;
}
</style>
border-color css
<style>
span { border-color: #FFAB19; }
span { border-color: rgb(255,171,25); }
td.TdClassName
{
border-color: #FFAB19;
}
.TagClassName
{
border-color: #FFAB19;
}
</style>