Shades of Dark Tangerine #FFAA11
Tints of Dark Tangerine #FFAA11
RGB
CMYK
RGB Variations
Color information
#FFAA11 (or 0xFFAA11) is known color: Dark Tangerine. HEX triplet: FF, AA and 11. RGB value is (255,170,17). Sum of RGB (Red+Green+Blue) = 255+170+17=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 17 (7.03% from 255 or 3.85% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAA11 is #0055EE. Grayscale: #B2B2B2. Windows color (decimal): -21999 or 1157887. OLE color: 1157887.
HSL color Cylindrical-coordinate representation of color #FFAA11: hue angle of 38.57º 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 #FFAA11 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 17 | - |
| CMYK | 0 | 0.33 | 0.93 | 0 |
| HSL | 38.57º | 1% | 0.53% | - |
| HSV(B) | 38.57º | 0.93% | 1% | - |
| XYZ | 55.72 | 50.05 | 7.25 | - |
| YUV | 177.97 | 37.16 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 17 | 0 | 0.33 | 0.93 | 0 | 38.57 | 1 | 0.53 |
| Hex | FF | AA | 11 | 0 | 21 | 5D | 0 | 27 | 64 | 35 |
| Octal | 377 | 252 | 21 | 0 | 41 | 135 | 0 | 47 | 144 | 65 |
| Binary | 11111111 | 10101010 | 10001 | 0 | 100001 | 1011101 | 0 | 100111 | 1100100 | 110101 |
Color Harmonies of #FFAA11
Complementary color
Monochromatic Colors of #FFAA11
Black with #FFAA11
Text Example
Text Example
White with #FFAA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA11; }
p { color: rgb(255,170,17); }
H1.HeaderClassName
{
color: #FFAA11;
}
.AnyTagClassName
{
color: #FFAA11;
}
</style>
background-color css
<style>
a { background-color: #FFAA11; }
a { background-color: rgb(255,170,17); }
div.DivClassName
{
background-color: #FFAA11;
}
.BgClassName
{
background-color: #FFAA11;
}
</style>
border-color css
<style>
span { border-color: #FFAA11; }
span { border-color: rgb(255,170,17); }
td.TdClassName
{
border-color: #FFAA11;
}
.TagClassName
{
border-color: #FFAA11;
}
</style>