Shades of Dark Tangerine #F59B16
Tints of Dark Tangerine #F59B16
RGB
CMYK
RGB Variations
Color information
#F59B16 (or 0xF59B16) is known color: Dark Tangerine. HEX triplet: F5, 9B and 16. RGB value is (245,155,22). Sum of RGB (Red+Green+Blue) = 245+155+22=422 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.06% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 22 (8.98% from 255 or 5.21% from 422); Max value from RGB is 245 - color contains mainly: red. Hex color #F59B16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F59B16 is #0A64E9. Grayscale: #A7A7A7. Windows color (decimal): -681194 or 1481717. OLE color: 1481717.
HSL color Cylindrical-coordinate representation of color #F59B16: hue angle of 35.78º 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 #F59B16 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 155 | 22 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.04 |
| HSL | 35.78º | 0.92% | 0.52% | - |
| HSV(B) | 35.78º | 0.91% | 0.96% | - |
| XYZ | 49.52 | 42.91 | 6.43 | - |
| YUV | 166.75 | 46.32 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 155 | 22 | 0 | 0.37 | 0.91 | 0.04 | 35.78 | 0.92 | 0.52 |
| Hex | F5 | 9B | 16 | 0 | 25 | 5B | 4 | 24 | 5C | 34 |
| Octal | 365 | 233 | 26 | 0 | 45 | 133 | 4 | 44 | 134 | 64 |
| Binary | 11110101 | 10011011 | 10110 | 0 | 100101 | 1011011 | 100 | 100100 | 1011100 | 110100 |
Color Harmonies of #F59B16
Complementary color
Monochromatic Colors of #F59B16
Black with #F59B16
Text Example
Text Example
White with #F59B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59B16; }
p { color: rgb(245,155,22); }
H1.HeaderClassName
{
color: #F59B16;
}
.AnyTagClassName
{
color: #F59B16;
}
</style>
background-color css
<style>
a { background-color: #F59B16; }
a { background-color: rgb(245,155,22); }
div.DivClassName
{
background-color: #F59B16;
}
.BgClassName
{
background-color: #F59B16;
}
</style>
border-color css
<style>
span { border-color: #F59B16; }
span { border-color: rgb(245,155,22); }
td.TdClassName
{
border-color: #F59B16;
}
.TagClassName
{
border-color: #F59B16;
}
</style>