Shades of Dark Tangerine #FFAB11
Tints of Dark Tangerine #FFAB11
RGB
CMYK
RGB Variations
Color information
#FFAB11 (or 0xFFAB11) is known color: Dark Tangerine. HEX triplet: FF, AB and 11. RGB value is (255,171,17). Sum of RGB (Red+Green+Blue) = 255+171+17=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 17 (7.03% from 255 or 3.84% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAB11 is #0054EE. Grayscale: #B3B3B3. Windows color (decimal): -21743 or 1158143. OLE color: 1158143.
HSL color Cylindrical-coordinate representation of color #FFAB11: hue angle of 38.82º 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 #FFAB11 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 17 | - |
| CMYK | 0 | 0.33 | 0.93 | 0 |
| HSL | 38.82º | 1% | 0.53% | - |
| HSV(B) | 38.82º | 0.93% | 1% | - |
| XYZ | 55.9 | 50.43 | 7.32 | - |
| YUV | 178.56 | 36.83 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 17 | 0 | 0.33 | 0.93 | 0 | 38.82 | 1 | 0.53 |
| Hex | FF | AB | 11 | 0 | 21 | 5D | 0 | 27 | 64 | 35 |
| Octal | 377 | 253 | 21 | 0 | 41 | 135 | 0 | 47 | 144 | 65 |
| Binary | 11111111 | 10101011 | 10001 | 0 | 100001 | 1011101 | 0 | 100111 | 1100100 | 110101 |
Color Harmonies of #FFAB11
Complementary color
Monochromatic Colors of #FFAB11
Black with #FFAB11
Text Example
Text Example
White with #FFAB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB11; }
p { color: rgb(255,171,17); }
H1.HeaderClassName
{
color: #FFAB11;
}
.AnyTagClassName
{
color: #FFAB11;
}
</style>
background-color css
<style>
a { background-color: #FFAB11; }
a { background-color: rgb(255,171,17); }
div.DivClassName
{
background-color: #FFAB11;
}
.BgClassName
{
background-color: #FFAB11;
}
</style>
border-color css
<style>
span { border-color: #FFAB11; }
span { border-color: rgb(255,171,17); }
td.TdClassName
{
border-color: #FFAB11;
}
.TagClassName
{
border-color: #FFAB11;
}
</style>