Shades of Dark Tangerine #FFAA21
Tints of Dark Tangerine #FFAA21
RGB
CMYK
RGB Variations
Color information
#FFAA21 (or 0xFFAA21) is known color: Dark Tangerine. HEX triplet: FF, AA and 21. RGB value is (255,170,33). Sum of RGB (Red+Green+Blue) = 255+170+33=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 33 (13.28% from 255 or 7.21% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA21 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAA21 is #0055DE. Grayscale: #B4B4B4. Windows color (decimal): -21983 or 2206463. OLE color: 2206463.
HSL color Cylindrical-coordinate representation of color #FFAA21: hue angle of 37.03º 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 #FFAA21 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 33 | - |
| CMYK | 0 | 0.33 | 0.87 | 0 |
| HSL | 37.03º | 1% | 0.56% | - |
| HSV(B) | 37.03º | 0.87% | 1% | - |
| XYZ | 55.89 | 50.12 | 8.17 | - |
| YUV | 179.8 | 45.16 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 33 | 0 | 0.33 | 0.87 | 0 | 37.03 | 1 | 0.56 |
| Hex | FF | AA | 21 | 0 | 21 | 57 | 0 | 25 | 64 | 38 |
| Octal | 377 | 252 | 41 | 0 | 41 | 127 | 0 | 45 | 144 | 70 |
| Binary | 11111111 | 10101010 | 100001 | 0 | 100001 | 1010111 | 0 | 100101 | 1100100 | 111000 |
Color Harmonies of #FFAA21
Complementary color
Monochromatic Colors of #FFAA21
Black with #FFAA21
Text Example
Text Example
White with #FFAA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA21; }
p { color: rgb(255,170,33); }
H1.HeaderClassName
{
color: #FFAA21;
}
.AnyTagClassName
{
color: #FFAA21;
}
</style>
background-color css
<style>
a { background-color: #FFAA21; }
a { background-color: rgb(255,170,33); }
div.DivClassName
{
background-color: #FFAA21;
}
.BgClassName
{
background-color: #FFAA21;
}
</style>
border-color css
<style>
span { border-color: #FFAA21; }
span { border-color: rgb(255,170,33); }
td.TdClassName
{
border-color: #FFAA21;
}
.TagClassName
{
border-color: #FFAA21;
}
</style>