Shades of Dark Tangerine #FFAA1F
Tints of Dark Tangerine #FFAA1F
RGB
CMYK
RGB Variations
Color information
#FFAA1F (or 0xFFAA1F) is known color: Dark Tangerine. HEX triplet: FF, AA and 1F. RGB value is (255,170,31). Sum of RGB (Red+Green+Blue) = 255+170+31=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 31 (12.5% from 255 or 6.80% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAA1F is #0055E0. Grayscale: #B4B4B4. Windows color (decimal): -21985 or 2075391. OLE color: 2075391.
HSL color Cylindrical-coordinate representation of color #FFAA1F: hue angle of 37.23º 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 #FFAA1F is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 31 | - |
| CMYK | 0 | 0.33 | 0.88 | 0 |
| HSL | 37.23º | 1% | 0.56% | - |
| HSV(B) | 37.23º | 0.88% | 1% | - |
| XYZ | 55.86 | 50.11 | 8.02 | - |
| YUV | 179.57 | 44.16 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 31 | 0 | 0.33 | 0.88 | 0 | 37.23 | 1 | 0.56 |
| Hex | FF | AA | 1F | 0 | 21 | 58 | 0 | 25 | 64 | 38 |
| Octal | 377 | 252 | 37 | 0 | 41 | 130 | 0 | 45 | 144 | 70 |
| Binary | 11111111 | 10101010 | 11111 | 0 | 100001 | 1011000 | 0 | 100101 | 1100100 | 111000 |
Color Harmonies of #FFAA1F
Complementary color
Monochromatic Colors of #FFAA1F
Black with #FFAA1F
Text Example
Text Example
White with #FFAA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA1F; }
p { color: rgb(255,170,31); }
H1.HeaderClassName
{
color: #FFAA1F;
}
.AnyTagClassName
{
color: #FFAA1F;
}
</style>
background-color css
<style>
a { background-color: #FFAA1F; }
a { background-color: rgb(255,170,31); }
div.DivClassName
{
background-color: #FFAA1F;
}
.BgClassName
{
background-color: #FFAA1F;
}
</style>
border-color css
<style>
span { border-color: #FFAA1F; }
span { border-color: rgb(255,170,31); }
td.TdClassName
{
border-color: #FFAA1F;
}
.TagClassName
{
border-color: #FFAA1F;
}
</style>