Shades of Dark Tangerine #FFAC15
Tints of Dark Tangerine #FFAC15
RGB
CMYK
RGB Variations
Color information
#FFAC15 (or 0xFFAC15) is known color: Dark Tangerine. HEX triplet: FF, AC and 15. RGB value is (255,172,21). Sum of RGB (Red+Green+Blue) = 255+172+21=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 21 (8.59% from 255 or 4.69% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAC15 is #0053EA. Grayscale: #B4B4B4. Windows color (decimal): -21483 or 1420543. OLE color: 1420543.
HSL color Cylindrical-coordinate representation of color #FFAC15: hue angle of 38.72º 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 #FFAC15 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 21 | - |
| CMYK | 0 | 0.33 | 0.92 | 0 |
| HSL | 38.72º | 1% | 0.54% | - |
| HSV(B) | 38.72º | 0.92% | 1% | - |
| XYZ | 56.13 | 50.82 | 7.56 | - |
| YUV | 179.6 | 38.5 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 21 | 0 | 0.33 | 0.92 | 0 | 38.72 | 1 | 0.54 |
| Hex | FF | AC | 15 | 0 | 21 | 5C | 0 | 27 | 64 | 36 |
| Octal | 377 | 254 | 25 | 0 | 41 | 134 | 0 | 47 | 144 | 66 |
| Binary | 11111111 | 10101100 | 10101 | 0 | 100001 | 1011100 | 0 | 100111 | 1100100 | 110110 |
Color Harmonies of #FFAC15
Complementary color
Monochromatic Colors of #FFAC15
Black with #FFAC15
Text Example
Text Example
White with #FFAC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC15; }
p { color: rgb(255,172,21); }
H1.HeaderClassName
{
color: #FFAC15;
}
.AnyTagClassName
{
color: #FFAC15;
}
</style>
background-color css
<style>
a { background-color: #FFAC15; }
a { background-color: rgb(255,172,21); }
div.DivClassName
{
background-color: #FFAC15;
}
.BgClassName
{
background-color: #FFAC15;
}
</style>
border-color css
<style>
span { border-color: #FFAC15; }
span { border-color: rgb(255,172,21); }
td.TdClassName
{
border-color: #FFAC15;
}
.TagClassName
{
border-color: #FFAC15;
}
</style>