Shades of Dark Tangerine #FFAA13
Tints of Dark Tangerine #FFAA13
RGB
CMYK
RGB Variations
Color information
#FFAA13 (or 0xFFAA13) is known color: Dark Tangerine. HEX triplet: FF, AA and 13. RGB value is (255,170,19). Sum of RGB (Red+Green+Blue) = 255+170+19=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 19 (7.81% from 255 or 4.28% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAA13 is #0055EC. Grayscale: #B2B2B2. Windows color (decimal): -21997 or 1288959. OLE color: 1288959.
HSL color Cylindrical-coordinate representation of color #FFAA13: hue angle of 38.39º 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 #FFAA13 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 19 | - |
| CMYK | 0 | 0.33 | 0.93 | 0 |
| HSL | 38.39º | 1% | 0.54% | - |
| HSV(B) | 38.39º | 0.93% | 1% | - |
| XYZ | 55.73 | 50.06 | 7.34 | - |
| YUV | 178.2 | 38.16 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 19 | 0 | 0.33 | 0.93 | 0 | 38.39 | 1 | 0.54 |
| Hex | FF | AA | 13 | 0 | 21 | 5D | 0 | 26 | 64 | 36 |
| Octal | 377 | 252 | 23 | 0 | 41 | 135 | 0 | 46 | 144 | 66 |
| Binary | 11111111 | 10101010 | 10011 | 0 | 100001 | 1011101 | 0 | 100110 | 1100100 | 110110 |
Color Harmonies of #FFAA13
Complementary color
Monochromatic Colors of #FFAA13
Black with #FFAA13
Text Example
Text Example
White with #FFAA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA13; }
p { color: rgb(255,170,19); }
H1.HeaderClassName
{
color: #FFAA13;
}
.AnyTagClassName
{
color: #FFAA13;
}
</style>
background-color css
<style>
a { background-color: #FFAA13; }
a { background-color: rgb(255,170,19); }
div.DivClassName
{
background-color: #FFAA13;
}
.BgClassName
{
background-color: #FFAA13;
}
</style>
border-color css
<style>
span { border-color: #FFAA13; }
span { border-color: rgb(255,170,19); }
td.TdClassName
{
border-color: #FFAA13;
}
.TagClassName
{
border-color: #FFAA13;
}
</style>