Shades of Dark Tangerine #FFAB12
Tints of Dark Tangerine #FFAB12
RGB
CMYK
RGB Variations
Color information
#FFAB12 (or 0xFFAB12) is known color: Dark Tangerine. HEX triplet: FF, AB and 12. RGB value is (255,171,18). Sum of RGB (Red+Green+Blue) = 255+171+18=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 18 (7.42% from 255 or 4.05% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAB12 is #0054ED. Grayscale: #B3B3B3. Windows color (decimal): -21742 or 1223679. OLE color: 1223679.
HSL color Cylindrical-coordinate representation of color #FFAB12: hue angle of 38.73º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFAB12 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 18 | - |
| CMYK | 0 | 0.33 | 0.93 | 0 |
| HSL | 38.73º | 1% | 0.54% | - |
| HSV(B) | 38.73º | 0.93% | 1% | - |
| XYZ | 55.91 | 50.43 | 7.36 | - |
| YUV | 178.67 | 37.33 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 18 | 0 | 0.33 | 0.93 | 0 | 38.73 | 1 | 0.54 |
| Hex | FF | AB | 12 | 0 | 21 | 5D | 0 | 27 | 64 | 36 |
| Octal | 377 | 253 | 22 | 0 | 41 | 135 | 0 | 47 | 144 | 66 |
| Binary | 11111111 | 10101011 | 10010 | 0 | 100001 | 1011101 | 0 | 100111 | 1100100 | 110110 |
Color Harmonies of #FFAB12
Complementary color
Monochromatic Colors of #FFAB12
Black with #FFAB12
Text Example
Text Example
White with #FFAB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB12; }
p { color: rgb(255,171,18); }
H1.HeaderClassName
{
color: #FFAB12;
}
.AnyTagClassName
{
color: #FFAB12;
}
</style>
background-color css
<style>
a { background-color: #FFAB12; }
a { background-color: rgb(255,171,18); }
div.DivClassName
{
background-color: #FFAB12;
}
.BgClassName
{
background-color: #FFAB12;
}
</style>
border-color css
<style>
span { border-color: #FFAB12; }
span { border-color: rgb(255,171,18); }
td.TdClassName
{
border-color: #FFAB12;
}
.TagClassName
{
border-color: #FFAB12;
}
</style>