Shades of Dark Tangerine #FFAC11
Tints of Dark Tangerine #FFAC11
RGB
CMYK
RGB Variations
Color information
#FFAC11 (or 0xFFAC11) is known color: Dark Tangerine. HEX triplet: FF, AC and 11. RGB value is (255,172,17). Sum of RGB (Red+Green+Blue) = 255+172+17=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 17 (7.03% from 255 or 3.83% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAC11 is #0053EE. Grayscale: #B3B3B3. Windows color (decimal): -21487 or 1158399. OLE color: 1158399.
HSL color Cylindrical-coordinate representation of color #FFAC11: hue angle of 39.08º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFAC11 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 17 | - |
| CMYK | 0 | 0.33 | 0.93 | 0 |
| HSL | 39.08º | 1% | 0.53% | - |
| HSV(B) | 39.08º | 0.93% | 1% | - |
| XYZ | 56.09 | 50.81 | 7.38 | - |
| YUV | 179.15 | 36.5 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 17 | 0 | 0.33 | 0.93 | 0 | 39.08 | 1 | 0.53 |
| Hex | FF | AC | 11 | 0 | 21 | 5D | 0 | 27 | 64 | 35 |
| Octal | 377 | 254 | 21 | 0 | 41 | 135 | 0 | 47 | 144 | 65 |
| Binary | 11111111 | 10101100 | 10001 | 0 | 100001 | 1011101 | 0 | 100111 | 1100100 | 110101 |
Color Harmonies of #FFAC11
Complementary color
Monochromatic Colors of #FFAC11
Black with #FFAC11
Text Example
Text Example
White with #FFAC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC11; }
p { color: rgb(255,172,17); }
H1.HeaderClassName
{
color: #FFAC11;
}
.AnyTagClassName
{
color: #FFAC11;
}
</style>
background-color css
<style>
a { background-color: #FFAC11; }
a { background-color: rgb(255,172,17); }
div.DivClassName
{
background-color: #FFAC11;
}
.BgClassName
{
background-color: #FFAC11;
}
</style>
border-color css
<style>
span { border-color: #FFAC11; }
span { border-color: rgb(255,172,17); }
td.TdClassName
{
border-color: #FFAC11;
}
.TagClassName
{
border-color: #FFAC11;
}
</style>