Shades of Dark Tangerine #FFAB0B
Tints of Dark Tangerine #FFAB0B
RGB
CMYK
RGB Variations
Color information
#FFAB0B (or 0xFFAB0B) is known color: Dark Tangerine. HEX triplet: FF, AB and 0B. RGB value is (255,171,11). Sum of RGB (Red+Green+Blue) = 255+171+11=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 11 (4.69% from 255 or 2.52% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAB0B is #0054F4. Grayscale: #B2B2B2. Windows color (decimal): -21749 or 764927. OLE color: 764927.
HSL color Cylindrical-coordinate representation of color #FFAB0B: hue angle of 39.34º 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 #FFAB0B is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 11 | - |
| CMYK | 0 | 0.33 | 0.96 | 0 |
| HSL | 39.34º | 1% | 0.52% | - |
| HSV(B) | 39.34º | 0.96% | 1% | - |
| XYZ | 55.86 | 50.41 | 7.1 | - |
| YUV | 177.88 | 33.83 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 11 | 0 | 0.33 | 0.96 | 0 | 39.34 | 1 | 0.52 |
| Hex | FF | AB | B | 0 | 21 | 60 | 0 | 27 | 64 | 34 |
| Octal | 377 | 253 | 13 | 0 | 41 | 140 | 0 | 47 | 144 | 64 |
| Binary | 11111111 | 10101011 | 1011 | 0 | 100001 | 1100000 | 0 | 100111 | 1100100 | 110100 |
Color Harmonies of #FFAB0B
Complementary color
Monochromatic Colors of #FFAB0B
Black with #FFAB0B
Text Example
Text Example
White with #FFAB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB0B; }
p { color: rgb(255,171,11); }
H1.HeaderClassName
{
color: #FFAB0B;
}
.AnyTagClassName
{
color: #FFAB0B;
}
</style>
background-color css
<style>
a { background-color: #FFAB0B; }
a { background-color: rgb(255,171,11); }
div.DivClassName
{
background-color: #FFAB0B;
}
.BgClassName
{
background-color: #FFAB0B;
}
</style>
border-color css
<style>
span { border-color: #FFAB0B; }
span { border-color: rgb(255,171,11); }
td.TdClassName
{
border-color: #FFAB0B;
}
.TagClassName
{
border-color: #FFAB0B;
}
</style>