Shades of Dark Tangerine #FFAC13
Tints of Dark Tangerine #FFAC13
RGB
CMYK
RGB Variations
Color information
#FFAC13 (or 0xFFAC13) is known color: Dark Tangerine. HEX triplet: FF, AC and 13. RGB value is (255,172,19). Sum of RGB (Red+Green+Blue) = 255+172+19=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 19 (7.81% from 255 or 4.26% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAC13 is #0053EC. Grayscale: #B4B4B4. Windows color (decimal): -21485 or 1289471. OLE color: 1289471.
HSL color Cylindrical-coordinate representation of color #FFAC13: hue angle of 38.9º 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 #FFAC13 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 19 | - |
| CMYK | 0 | 0.33 | 0.93 | 0 |
| HSL | 38.9º | 1% | 0.54% | - |
| HSV(B) | 38.9º | 0.93% | 1% | - |
| XYZ | 56.11 | 50.81 | 7.47 | - |
| YUV | 179.38 | 37.5 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 19 | 0 | 0.33 | 0.93 | 0 | 38.9 | 1 | 0.54 |
| Hex | FF | AC | 13 | 0 | 21 | 5D | 0 | 27 | 64 | 36 |
| Octal | 377 | 254 | 23 | 0 | 41 | 135 | 0 | 47 | 144 | 66 |
| Binary | 11111111 | 10101100 | 10011 | 0 | 100001 | 1011101 | 0 | 100111 | 1100100 | 110110 |
Color Harmonies of #FFAC13
Complementary color
Monochromatic Colors of #FFAC13
Black with #FFAC13
Text Example
Text Example
White with #FFAC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC13; }
p { color: rgb(255,172,19); }
H1.HeaderClassName
{
color: #FFAC13;
}
.AnyTagClassName
{
color: #FFAC13;
}
</style>
background-color css
<style>
a { background-color: #FFAC13; }
a { background-color: rgb(255,172,19); }
div.DivClassName
{
background-color: #FFAC13;
}
.BgClassName
{
background-color: #FFAC13;
}
</style>
border-color css
<style>
span { border-color: #FFAC13; }
span { border-color: rgb(255,172,19); }
td.TdClassName
{
border-color: #FFAC13;
}
.TagClassName
{
border-color: #FFAC13;
}
</style>