Shades of Dark Tangerine #FFAB0F
Tints of Dark Tangerine #FFAB0F
RGB
CMYK
RGB Variations
Color information
#FFAB0F (or 0xFFAB0F) is known color: Dark Tangerine. HEX triplet: FF, AB and 0F. RGB value is (255,171,15). Sum of RGB (Red+Green+Blue) = 255+171+15=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 15 (6.25% from 255 or 3.40% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAB0F is #0054F0. Grayscale: #B3B3B3. Windows color (decimal): -21745 or 1027071. OLE color: 1027071.
HSL color Cylindrical-coordinate representation of color #FFAB0F: hue angle of 39º 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 #FFAB0F is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 15 | - |
| CMYK | 0 | 0.33 | 0.94 | 0 |
| HSL | 39º | 1% | 0.53% | - |
| HSV(B) | 39º | 0.94% | 1% | - |
| XYZ | 55.89 | 50.42 | 7.24 | - |
| YUV | 178.33 | 35.83 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 15 | 0 | 0.33 | 0.94 | 0 | 39 | 1 | 0.53 |
| Hex | FF | AB | F | 0 | 21 | 5E | 0 | 27 | 64 | 35 |
| Octal | 377 | 253 | 17 | 0 | 41 | 136 | 0 | 47 | 144 | 65 |
| Binary | 11111111 | 10101011 | 1111 | 0 | 100001 | 1011110 | 0 | 100111 | 1100100 | 110101 |
Color Harmonies of #FFAB0F
Complementary color
Monochromatic Colors of #FFAB0F
Black with #FFAB0F
Text Example
Text Example
White with #FFAB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB0F; }
p { color: rgb(255,171,15); }
H1.HeaderClassName
{
color: #FFAB0F;
}
.AnyTagClassName
{
color: #FFAB0F;
}
</style>
background-color css
<style>
a { background-color: #FFAB0F; }
a { background-color: rgb(255,171,15); }
div.DivClassName
{
background-color: #FFAB0F;
}
.BgClassName
{
background-color: #FFAB0F;
}
</style>
border-color css
<style>
span { border-color: #FFAB0F; }
span { border-color: rgb(255,171,15); }
td.TdClassName
{
border-color: #FFAB0F;
}
.TagClassName
{
border-color: #FFAB0F;
}
</style>