Shades of Dark Tangerine #FFAA18
Tints of Dark Tangerine #FFAA18
RGB
CMYK
RGB Variations
Color information
#FFAA18 (or 0xFFAA18) is known color: Dark Tangerine. HEX triplet: FF, AA and 18. RGB value is (255,170,24). Sum of RGB (Red+Green+Blue) = 255+170+24=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 24 (9.77% from 255 or 5.35% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAA18 is #0055E7. Grayscale: #B3B3B3. Windows color (decimal): -21992 or 1616639. OLE color: 1616639.
HSL color Cylindrical-coordinate representation of color #FFAA18: hue angle of 37.92º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFAA18 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 24 | - |
| CMYK | 0 | 0.33 | 0.91 | 0 |
| HSL | 37.92º | 1% | 0.55% | - |
| HSV(B) | 37.92º | 0.91% | 1% | - |
| XYZ | 55.78 | 50.08 | 7.59 | - |
| YUV | 178.77 | 40.66 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 24 | 0 | 0.33 | 0.91 | 0 | 37.92 | 1 | 0.55 |
| Hex | FF | AA | 18 | 0 | 21 | 5B | 0 | 26 | 64 | 37 |
| Octal | 377 | 252 | 30 | 0 | 41 | 133 | 0 | 46 | 144 | 67 |
| Binary | 11111111 | 10101010 | 11000 | 0 | 100001 | 1011011 | 0 | 100110 | 1100100 | 110111 |
Color Harmonies of #FFAA18
Complementary color
Monochromatic Colors of #FFAA18
Black with #FFAA18
Text Example
Text Example
White with #FFAA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA18; }
p { color: rgb(255,170,24); }
H1.HeaderClassName
{
color: #FFAA18;
}
.AnyTagClassName
{
color: #FFAA18;
}
</style>
background-color css
<style>
a { background-color: #FFAA18; }
a { background-color: rgb(255,170,24); }
div.DivClassName
{
background-color: #FFAA18;
}
.BgClassName
{
background-color: #FFAA18;
}
</style>
border-color css
<style>
span { border-color: #FFAA18; }
span { border-color: rgb(255,170,24); }
td.TdClassName
{
border-color: #FFAA18;
}
.TagClassName
{
border-color: #FFAA18;
}
</style>