Shades of Dark Tangerine #FFAA1D
Tints of Dark Tangerine #FFAA1D
RGB
CMYK
RGB Variations
Color information
#FFAA1D (or 0xFFAA1D) is known color: Dark Tangerine. HEX triplet: FF, AA and 1D. RGB value is (255,170,29). Sum of RGB (Red+Green+Blue) = 255+170+29=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 29 (11.72% from 255 or 6.39% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAA1D is #0055E2. Grayscale: #B3B3B3. Windows color (decimal): -21987 or 1944319. OLE color: 1944319.
HSL color Cylindrical-coordinate representation of color #FFAA1D: hue angle of 37.43º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFAA1D is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 29 | - |
| CMYK | 0 | 0.33 | 0.89 | 0 |
| HSL | 37.43º | 1% | 0.56% | - |
| HSV(B) | 37.43º | 0.89% | 1% | - |
| XYZ | 55.84 | 50.1 | 7.89 | - |
| YUV | 179.34 | 43.16 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 29 | 0 | 0.33 | 0.89 | 0 | 37.43 | 1 | 0.56 |
| Hex | FF | AA | 1D | 0 | 21 | 59 | 0 | 25 | 64 | 38 |
| Octal | 377 | 252 | 35 | 0 | 41 | 131 | 0 | 45 | 144 | 70 |
| Binary | 11111111 | 10101010 | 11101 | 0 | 100001 | 1011001 | 0 | 100101 | 1100100 | 111000 |
Color Harmonies of #FFAA1D
Complementary color
Monochromatic Colors of #FFAA1D
Black with #FFAA1D
Text Example
Text Example
White with #FFAA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA1D; }
p { color: rgb(255,170,29); }
H1.HeaderClassName
{
color: #FFAA1D;
}
.AnyTagClassName
{
color: #FFAA1D;
}
</style>
background-color css
<style>
a { background-color: #FFAA1D; }
a { background-color: rgb(255,170,29); }
div.DivClassName
{
background-color: #FFAA1D;
}
.BgClassName
{
background-color: #FFAA1D;
}
</style>
border-color css
<style>
span { border-color: #FFAA1D; }
span { border-color: rgb(255,170,29); }
td.TdClassName
{
border-color: #FFAA1D;
}
.TagClassName
{
border-color: #FFAA1D;
}
</style>