Shades of Dark Tangerine #FFAB14
Tints of Dark Tangerine #FFAB14
RGB
CMYK
RGB Variations
Color information
#FFAB14 (or 0xFFAB14) is known color: Dark Tangerine. HEX triplet: FF, AB and 14. RGB value is (255,171,20). Sum of RGB (Red+Green+Blue) = 255+171+20=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 20 (8.20% from 255 or 4.48% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAB14 is #0054EB. Grayscale: #B3B3B3. Windows color (decimal): -21740 or 1354751. OLE color: 1354751.
HSL color Cylindrical-coordinate representation of color #FFAB14: hue angle of 38.55º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFAB14 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 20 | - |
| CMYK | 0 | 0.33 | 0.92 | 0 |
| HSL | 38.55º | 1% | 0.54% | - |
| HSV(B) | 38.55º | 0.92% | 1% | - |
| XYZ | 55.93 | 50.44 | 7.45 | - |
| YUV | 178.9 | 38.33 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 20 | 0 | 0.33 | 0.92 | 0 | 38.55 | 1 | 0.54 |
| Hex | FF | AB | 14 | 0 | 21 | 5C | 0 | 27 | 64 | 36 |
| Octal | 377 | 253 | 24 | 0 | 41 | 134 | 0 | 47 | 144 | 66 |
| Binary | 11111111 | 10101011 | 10100 | 0 | 100001 | 1011100 | 0 | 100111 | 1100100 | 110110 |
Color Harmonies of #FFAB14
Complementary color
Monochromatic Colors of #FFAB14
Black with #FFAB14
Text Example
Text Example
White with #FFAB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB14; }
p { color: rgb(255,171,20); }
H1.HeaderClassName
{
color: #FFAB14;
}
.AnyTagClassName
{
color: #FFAB14;
}
</style>
background-color css
<style>
a { background-color: #FFAB14; }
a { background-color: rgb(255,171,20); }
div.DivClassName
{
background-color: #FFAB14;
}
.BgClassName
{
background-color: #FFAB14;
}
</style>
border-color css
<style>
span { border-color: #FFAB14; }
span { border-color: rgb(255,171,20); }
td.TdClassName
{
border-color: #FFAB14;
}
.TagClassName
{
border-color: #FFAB14;
}
</style>