Shades of Dark Tangerine #FFAB10
Tints of Dark Tangerine #FFAB10
RGB
CMYK
RGB Variations
Color information
#FFAB10 (or 0xFFAB10) is known color: Dark Tangerine. HEX triplet: FF, AB and 10. RGB value is (255,171,16). Sum of RGB (Red+Green+Blue) = 255+171+16=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 16 (6.64% from 255 or 3.62% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAB10 is #0054EF. Grayscale: #B3B3B3. Windows color (decimal): -21744 or 1092607. OLE color: 1092607.
HSL color Cylindrical-coordinate representation of color #FFAB10: hue angle of 38.91º 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 #FFAB10 is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 16 | - |
| CMYK | 0 | 0.33 | 0.94 | 0 |
| HSL | 38.91º | 1% | 0.53% | - |
| HSV(B) | 38.91º | 0.94% | 1% | - |
| XYZ | 55.9 | 50.42 | 7.28 | - |
| YUV | 178.45 | 36.33 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 16 | 0 | 0.33 | 0.94 | 0 | 38.91 | 1 | 0.53 |
| Hex | FF | AB | 10 | 0 | 21 | 5E | 0 | 27 | 64 | 35 |
| Octal | 377 | 253 | 20 | 0 | 41 | 136 | 0 | 47 | 144 | 65 |
| Binary | 11111111 | 10101011 | 10000 | 0 | 100001 | 1011110 | 0 | 100111 | 1100100 | 110101 |
Color Harmonies of #FFAB10
Complementary color
Monochromatic Colors of #FFAB10
Black with #FFAB10
Text Example
Text Example
White with #FFAB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB10; }
p { color: rgb(255,171,16); }
H1.HeaderClassName
{
color: #FFAB10;
}
.AnyTagClassName
{
color: #FFAB10;
}
</style>
background-color css
<style>
a { background-color: #FFAB10; }
a { background-color: rgb(255,171,16); }
div.DivClassName
{
background-color: #FFAB10;
}
.BgClassName
{
background-color: #FFAB10;
}
</style>
border-color css
<style>
span { border-color: #FFAB10; }
span { border-color: rgb(255,171,16); }
td.TdClassName
{
border-color: #FFAB10;
}
.TagClassName
{
border-color: #FFAB10;
}
</style>