Shades of Dark Tangerine #FFAA14
Tints of Dark Tangerine #FFAA14
RGB
CMYK
RGB Variations
Color information
#FFAA14 (or 0xFFAA14) is known color: Dark Tangerine. HEX triplet: FF, AA and 14. RGB value is (255,170,20). Sum of RGB (Red+Green+Blue) = 255+170+20=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 20 (8.20% from 255 or 4.49% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAA14 is #0055EB. Grayscale: #B3B3B3. Windows color (decimal): -21996 or 1354495. OLE color: 1354495.
HSL color Cylindrical-coordinate representation of color #FFAA14: hue angle of 38.3º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFAA14 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 20 | - |
| CMYK | 0 | 0.33 | 0.92 | 0 |
| HSL | 38.3º | 1% | 0.54% | - |
| HSV(B) | 38.3º | 0.92% | 1% | - |
| XYZ | 55.74 | 50.06 | 7.39 | - |
| YUV | 178.32 | 38.66 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 20 | 0 | 0.33 | 0.92 | 0 | 38.3 | 1 | 0.54 |
| Hex | FF | AA | 14 | 0 | 21 | 5C | 0 | 26 | 64 | 36 |
| Octal | 377 | 252 | 24 | 0 | 41 | 134 | 0 | 46 | 144 | 66 |
| Binary | 11111111 | 10101010 | 10100 | 0 | 100001 | 1011100 | 0 | 100110 | 1100100 | 110110 |
Color Harmonies of #FFAA14
Complementary color
Monochromatic Colors of #FFAA14
Black with #FFAA14
Text Example
Text Example
White with #FFAA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA14; }
p { color: rgb(255,170,20); }
H1.HeaderClassName
{
color: #FFAA14;
}
.AnyTagClassName
{
color: #FFAA14;
}
</style>
background-color css
<style>
a { background-color: #FFAA14; }
a { background-color: rgb(255,170,20); }
div.DivClassName
{
background-color: #FFAA14;
}
.BgClassName
{
background-color: #FFAA14;
}
</style>
border-color css
<style>
span { border-color: #FFAA14; }
span { border-color: rgb(255,170,20); }
td.TdClassName
{
border-color: #FFAA14;
}
.TagClassName
{
border-color: #FFAA14;
}
</style>