Shades of Dark Tangerine #FFAA17
Tints of Dark Tangerine #FFAA17
RGB
CMYK
RGB Variations
Color information
#FFAA17 (or 0xFFAA17) is known color: Dark Tangerine. HEX triplet: FF, AA and 17. RGB value is (255,170,23). Sum of RGB (Red+Green+Blue) = 255+170+23=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 23 (9.38% from 255 or 5.13% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAA17 is #0055E8. Grayscale: #B3B3B3. Windows color (decimal): -21993 or 1551103. OLE color: 1551103.
HSL color Cylindrical-coordinate representation of color #FFAA17: hue angle of 38.02º 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 #FFAA17 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 23 | - |
| CMYK | 0 | 0.33 | 0.91 | 0 |
| HSL | 38.02º | 1% | 0.55% | - |
| HSV(B) | 38.02º | 0.91% | 1% | - |
| XYZ | 55.77 | 50.07 | 7.54 | - |
| YUV | 178.66 | 40.16 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 23 | 0 | 0.33 | 0.91 | 0 | 38.02 | 1 | 0.55 |
| Hex | FF | AA | 17 | 0 | 21 | 5B | 0 | 26 | 64 | 37 |
| Octal | 377 | 252 | 27 | 0 | 41 | 133 | 0 | 46 | 144 | 67 |
| Binary | 11111111 | 10101010 | 10111 | 0 | 100001 | 1011011 | 0 | 100110 | 1100100 | 110111 |
Color Harmonies of #FFAA17
Complementary color
Monochromatic Colors of #FFAA17
Black with #FFAA17
Text Example
Text Example
White with #FFAA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA17; }
p { color: rgb(255,170,23); }
H1.HeaderClassName
{
color: #FFAA17;
}
.AnyTagClassName
{
color: #FFAA17;
}
</style>
background-color css
<style>
a { background-color: #FFAA17; }
a { background-color: rgb(255,170,23); }
div.DivClassName
{
background-color: #FFAA17;
}
.BgClassName
{
background-color: #FFAA17;
}
</style>
border-color css
<style>
span { border-color: #FFAA17; }
span { border-color: rgb(255,170,23); }
td.TdClassName
{
border-color: #FFAA17;
}
.TagClassName
{
border-color: #FFAA17;
}
</style>