Shades of Dark Tangerine #FFAA12
Tints of Dark Tangerine #FFAA12
RGB
CMYK
RGB Variations
Color information
#FFAA12 (or 0xFFAA12) is known color: Dark Tangerine. HEX triplet: FF, AA and 12. RGB value is (255,170,18). Sum of RGB (Red+Green+Blue) = 255+170+18=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 18 (7.42% from 255 or 4.06% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAA12 is #0055ED. Grayscale: #B2B2B2. Windows color (decimal): -21998 or 1223423. OLE color: 1223423.
HSL color Cylindrical-coordinate representation of color #FFAA12: hue angle of 38.48º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFAA12 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 18 | - |
| CMYK | 0 | 0.33 | 0.93 | 0 |
| HSL | 38.48º | 1% | 0.54% | - |
| HSV(B) | 38.48º | 0.93% | 1% | - |
| XYZ | 55.72 | 50.05 | 7.3 | - |
| YUV | 178.09 | 37.66 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 18 | 0 | 0.33 | 0.93 | 0 | 38.48 | 1 | 0.54 |
| Hex | FF | AA | 12 | 0 | 21 | 5D | 0 | 26 | 64 | 36 |
| Octal | 377 | 252 | 22 | 0 | 41 | 135 | 0 | 46 | 144 | 66 |
| Binary | 11111111 | 10101010 | 10010 | 0 | 100001 | 1011101 | 0 | 100110 | 1100100 | 110110 |
Color Harmonies of #FFAA12
Complementary color
Monochromatic Colors of #FFAA12
Black with #FFAA12
Text Example
Text Example
White with #FFAA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA12; }
p { color: rgb(255,170,18); }
H1.HeaderClassName
{
color: #FFAA12;
}
.AnyTagClassName
{
color: #FFAA12;
}
</style>
background-color css
<style>
a { background-color: #FFAA12; }
a { background-color: rgb(255,170,18); }
div.DivClassName
{
background-color: #FFAA12;
}
.BgClassName
{
background-color: #FFAA12;
}
</style>
border-color css
<style>
span { border-color: #FFAA12; }
span { border-color: rgb(255,170,18); }
td.TdClassName
{
border-color: #FFAA12;
}
.TagClassName
{
border-color: #FFAA12;
}
</style>