Shades of Dark Tangerine #F59F16
Tints of Dark Tangerine #F59F16
RGB
CMYK
RGB Variations
Color information
#F59F16 (or 0xF59F16) is known color: Dark Tangerine. HEX triplet: F5, 9F and 16. RGB value is (245,159,22). Sum of RGB (Red+Green+Blue) = 245+159+22=426 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.51% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 22 (8.98% from 255 or 5.16% from 426); Max value from RGB is 245 - color contains mainly: red. Hex color #F59F16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F59F16 is #0A60E9. Grayscale: #A9A9A9. Windows color (decimal): -680170 or 1482741. OLE color: 1482741.
HSL color Cylindrical-coordinate representation of color #F59F16: hue angle of 36.86º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F59F16 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 159 | 22 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.04 |
| HSL | 36.86º | 0.92% | 0.52% | - |
| HSV(B) | 36.86º | 0.91% | 0.96% | - |
| XYZ | 50.2 | 44.27 | 6.66 | - |
| YUV | 169.1 | 44.99 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 159 | 22 | 0 | 0.35 | 0.91 | 0.04 | 36.86 | 0.92 | 0.52 |
| Hex | F5 | 9F | 16 | 0 | 23 | 5B | 4 | 25 | 5C | 34 |
| Octal | 365 | 237 | 26 | 0 | 43 | 133 | 4 | 45 | 134 | 64 |
| Binary | 11110101 | 10011111 | 10110 | 0 | 100011 | 1011011 | 100 | 100101 | 1011100 | 110100 |
Color Harmonies of #F59F16
Complementary color
Monochromatic Colors of #F59F16
Black with #F59F16
Text Example
Text Example
White with #F59F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59F16; }
p { color: rgb(245,159,22); }
H1.HeaderClassName
{
color: #F59F16;
}
.AnyTagClassName
{
color: #F59F16;
}
</style>
background-color css
<style>
a { background-color: #F59F16; }
a { background-color: rgb(245,159,22); }
div.DivClassName
{
background-color: #F59F16;
}
.BgClassName
{
background-color: #F59F16;
}
</style>
border-color css
<style>
span { border-color: #F59F16; }
span { border-color: rgb(245,159,22); }
td.TdClassName
{
border-color: #F59F16;
}
.TagClassName
{
border-color: #F59F16;
}
</style>