Shades of Dark Tangerine #FFAA1E
Tints of Dark Tangerine #FFAA1E
RGB
CMYK
RGB Variations
Color information
#FFAA1E (or 0xFFAA1E) is known color: Dark Tangerine. HEX triplet: FF, AA and 1E. RGB value is (255,170,30). Sum of RGB (Red+Green+Blue) = 255+170+30=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 30 (12.11% from 255 or 6.59% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAA1E is #0055E1. Grayscale: #B4B4B4. Windows color (decimal): -21986 or 2009855. OLE color: 2009855.
HSL color Cylindrical-coordinate representation of color #FFAA1E: hue angle of 37.33º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FFAA1E is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 30 | - |
| CMYK | 0 | 0.33 | 0.88 | 0 |
| HSL | 37.33º | 1% | 0.56% | - |
| HSV(B) | 37.33º | 0.88% | 1% | - |
| XYZ | 55.85 | 50.1 | 7.96 | - |
| YUV | 179.46 | 43.66 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 30 | 0 | 0.33 | 0.88 | 0 | 37.33 | 1 | 0.56 |
| Hex | FF | AA | 1E | 0 | 21 | 58 | 0 | 25 | 64 | 38 |
| Octal | 377 | 252 | 36 | 0 | 41 | 130 | 0 | 45 | 144 | 70 |
| Binary | 11111111 | 10101010 | 11110 | 0 | 100001 | 1011000 | 0 | 100101 | 1100100 | 111000 |
Color Harmonies of #FFAA1E
Complementary color
Monochromatic Colors of #FFAA1E
Black with #FFAA1E
Text Example
Text Example
White with #FFAA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA1E; }
p { color: rgb(255,170,30); }
H1.HeaderClassName
{
color: #FFAA1E;
}
.AnyTagClassName
{
color: #FFAA1E;
}
</style>
background-color css
<style>
a { background-color: #FFAA1E; }
a { background-color: rgb(255,170,30); }
div.DivClassName
{
background-color: #FFAA1E;
}
.BgClassName
{
background-color: #FFAA1E;
}
</style>
border-color css
<style>
span { border-color: #FFAA1E; }
span { border-color: rgb(255,170,30); }
td.TdClassName
{
border-color: #FFAA1E;
}
.TagClassName
{
border-color: #FFAA1E;
}
</style>