Shades of Dark Tangerine #FFA917
Tints of Dark Tangerine #FFA917
RGB
CMYK
RGB Variations
Color information
#FFA917 (or 0xFFA917) is known color: Dark Tangerine. HEX triplet: FF, A9 and 17. RGB value is (255,169,23). Sum of RGB (Red+Green+Blue) = 255+169+23=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 169 (66.41% from 255 or 37.81% from 447); Blue value is 23 (9.38% from 255 or 5.15% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA917 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA917 is #0056E8. Grayscale: #B2B2B2. Windows color (decimal): -22249 or 1550847. OLE color: 1550847.
HSL color Cylindrical-coordinate representation of color #FFA917: hue angle of 37.76º 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 #FFA917 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 23 | - |
| CMYK | 0 | 0.34 | 0.91 | 0 |
| HSL | 37.76º | 1% | 0.55% | - |
| HSV(B) | 37.76º | 0.91% | 1% | - |
| XYZ | 55.58 | 49.7 | 7.47 | - |
| YUV | 178.07 | 40.49 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 23 | 0 | 0.34 | 0.91 | 0 | 37.76 | 1 | 0.55 |
| Hex | FF | A9 | 17 | 0 | 22 | 5B | 0 | 26 | 64 | 37 |
| Octal | 377 | 251 | 27 | 0 | 42 | 133 | 0 | 46 | 144 | 67 |
| Binary | 11111111 | 10101001 | 10111 | 0 | 100010 | 1011011 | 0 | 100110 | 1100100 | 110111 |
Color Harmonies of #FFA917
Complementary color
Monochromatic Colors of #FFA917
Black with #FFA917
Text Example
Text Example
White with #FFA917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA917; }
p { color: rgb(255,169,23); }
H1.HeaderClassName
{
color: #FFA917;
}
.AnyTagClassName
{
color: #FFA917;
}
</style>
background-color css
<style>
a { background-color: #FFA917; }
a { background-color: rgb(255,169,23); }
div.DivClassName
{
background-color: #FFA917;
}
.BgClassName
{
background-color: #FFA917;
}
</style>
border-color css
<style>
span { border-color: #FFA917; }
span { border-color: rgb(255,169,23); }
td.TdClassName
{
border-color: #FFA917;
}
.TagClassName
{
border-color: #FFA917;
}
</style>