Shades of Dark Tangerine #FFAB0A
Tints of Dark Tangerine #FFAB0A
RGB
CMYK
RGB Variations
Color information
#FFAB0A (or 0xFFAB0A) is known color: Dark Tangerine. HEX triplet: FF, AB and 0A. RGB value is (255,171,10). Sum of RGB (Red+Green+Blue) = 255+171+10=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 10 (4.30% from 255 or 2.29% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAB0A is #0054F5. Grayscale: #B2B2B2. Windows color (decimal): -21750 or 699391. OLE color: 699391.
HSL color Cylindrical-coordinate representation of color #FFAB0A: hue angle of 39.43º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFAB0A is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 10 | - |
| CMYK | 0 | 0.33 | 0.96 | 0 |
| HSL | 39.43º | 1% | 0.52% | - |
| HSV(B) | 39.43º | 0.96% | 1% | - |
| XYZ | 55.86 | 50.41 | 7.07 | - |
| YUV | 177.76 | 33.33 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 10 | 0 | 0.33 | 0.96 | 0 | 39.43 | 1 | 0.52 |
| Hex | FF | AB | A | 0 | 21 | 60 | 0 | 27 | 64 | 34 |
| Octal | 377 | 253 | 12 | 0 | 41 | 140 | 0 | 47 | 144 | 64 |
| Binary | 11111111 | 10101011 | 1010 | 0 | 100001 | 1100000 | 0 | 100111 | 1100100 | 110100 |
Color Harmonies of #FFAB0A
Complementary color
Monochromatic Colors of #FFAB0A
Black with #FFAB0A
Text Example
Text Example
White with #FFAB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB0A; }
p { color: rgb(255,171,10); }
H1.HeaderClassName
{
color: #FFAB0A;
}
.AnyTagClassName
{
color: #FFAB0A;
}
</style>
background-color css
<style>
a { background-color: #FFAB0A; }
a { background-color: rgb(255,171,10); }
div.DivClassName
{
background-color: #FFAB0A;
}
.BgClassName
{
background-color: #FFAB0A;
}
</style>
border-color css
<style>
span { border-color: #FFAB0A; }
span { border-color: rgb(255,171,10); }
td.TdClassName
{
border-color: #FFAB0A;
}
.TagClassName
{
border-color: #FFAB0A;
}
</style>