Shades of Dark Tangerine #FFAC21
Tints of Dark Tangerine #FFAC21
RGB
CMYK
RGB Variations
Color information
#FFAC21 (or 0xFFAC21) is known color: Dark Tangerine. HEX triplet: FF, AC and 21. RGB value is (255,172,33). Sum of RGB (Red+Green+Blue) = 255+172+33=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 33 (13.28% from 255 or 7.17% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC21 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAC21 is #0053DE. Grayscale: #B5B5B5. Windows color (decimal): -21471 or 2206975. OLE color: 2206975.
HSL color Cylindrical-coordinate representation of color #FFAC21: hue angle of 37.57º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFAC21 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 33 | - |
| CMYK | 0 | 0.33 | 0.87 | 0 |
| HSL | 37.57º | 1% | 0.56% | - |
| HSV(B) | 37.57º | 0.87% | 1% | - |
| XYZ | 56.27 | 50.87 | 8.29 | - |
| YUV | 180.97 | 44.5 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 33 | 0 | 0.33 | 0.87 | 0 | 37.57 | 1 | 0.56 |
| Hex | FF | AC | 21 | 0 | 21 | 57 | 0 | 26 | 64 | 38 |
| Octal | 377 | 254 | 41 | 0 | 41 | 127 | 0 | 46 | 144 | 70 |
| Binary | 11111111 | 10101100 | 100001 | 0 | 100001 | 1010111 | 0 | 100110 | 1100100 | 111000 |
Color Harmonies of #FFAC21
Complementary color
Monochromatic Colors of #FFAC21
Black with #FFAC21
Text Example
Text Example
White with #FFAC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC21; }
p { color: rgb(255,172,33); }
H1.HeaderClassName
{
color: #FFAC21;
}
.AnyTagClassName
{
color: #FFAC21;
}
</style>
background-color css
<style>
a { background-color: #FFAC21; }
a { background-color: rgb(255,172,33); }
div.DivClassName
{
background-color: #FFAC21;
}
.BgClassName
{
background-color: #FFAC21;
}
</style>
border-color css
<style>
span { border-color: #FFAC21; }
span { border-color: rgb(255,172,33); }
td.TdClassName
{
border-color: #FFAC21;
}
.TagClassName
{
border-color: #FFAC21;
}
</style>