Shades of Dark Tangerine #FFAB0D
Tints of Dark Tangerine #FFAB0D
RGB
CMYK
RGB Variations
Color information
#FFAB0D (or 0xFFAB0D) is known color: Dark Tangerine. HEX triplet: FF, AB and 0D. RGB value is (255,171,13). Sum of RGB (Red+Green+Blue) = 255+171+13=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 13 (5.47% from 255 or 2.96% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAB0D is #0054F2. Grayscale: #B2B2B2. Windows color (decimal): -21747 or 895999. OLE color: 895999.
HSL color Cylindrical-coordinate representation of color #FFAB0D: hue angle of 39.17º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFAB0D is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 13 | - |
| CMYK | 0 | 0.33 | 0.95 | 0 |
| HSL | 39.17º | 1% | 0.53% | - |
| HSV(B) | 39.17º | 0.95% | 1% | - |
| XYZ | 55.88 | 50.41 | 7.17 | - |
| YUV | 178.1 | 34.83 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 13 | 0 | 0.33 | 0.95 | 0 | 39.17 | 1 | 0.53 |
| Hex | FF | AB | D | 0 | 21 | 5F | 0 | 27 | 64 | 35 |
| Octal | 377 | 253 | 15 | 0 | 41 | 137 | 0 | 47 | 144 | 65 |
| Binary | 11111111 | 10101011 | 1101 | 0 | 100001 | 1011111 | 0 | 100111 | 1100100 | 110101 |
Color Harmonies of #FFAB0D
Complementary color
Monochromatic Colors of #FFAB0D
Black with #FFAB0D
Text Example
Text Example
White with #FFAB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB0D; }
p { color: rgb(255,171,13); }
H1.HeaderClassName
{
color: #FFAB0D;
}
.AnyTagClassName
{
color: #FFAB0D;
}
</style>
background-color css
<style>
a { background-color: #FFAB0D; }
a { background-color: rgb(255,171,13); }
div.DivClassName
{
background-color: #FFAB0D;
}
.BgClassName
{
background-color: #FFAB0D;
}
</style>
border-color css
<style>
span { border-color: #FFAB0D; }
span { border-color: rgb(255,171,13); }
td.TdClassName
{
border-color: #FFAB0D;
}
.TagClassName
{
border-color: #FFAB0D;
}
</style>