Shades of Dark Tangerine #F59C11
Tints of Dark Tangerine #F59C11
RGB
CMYK
RGB Variations
Color information
#F59C11 (or 0xF59C11) is known color: Dark Tangerine. HEX triplet: F5, 9C and 11. RGB value is (245,156,17). Sum of RGB (Red+Green+Blue) = 245+156+17=418 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.61% from 418); Green value is 156 (61.33% from 255 or 37.32% from 418); Blue value is 17 (7.03% from 255 or 4.07% from 418); Max value from RGB is 245 - color contains mainly: red. Hex color #F59C11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F59C11 is #0A63EE. Grayscale: #A7A7A7. Windows color (decimal): -680943 or 1154293. OLE color: 1154293.
HSL color Cylindrical-coordinate representation of color #F59C11: hue angle of 36.58º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F59C11 is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 156 | 17 | - |
| CMYK | 0 | 0.36 | 0.93 | 0.04 |
| HSL | 36.58º | 0.92% | 0.51% | - |
| HSV(B) | 36.58º | 0.93% | 0.96% | - |
| XYZ | 49.65 | 43.23 | 6.26 | - |
| YUV | 166.77 | 43.49 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 156 | 17 | 0 | 0.36 | 0.93 | 0.04 | 36.58 | 0.92 | 0.51 |
| Hex | F5 | 9C | 11 | 0 | 24 | 5D | 4 | 25 | 5C | 33 |
| Octal | 365 | 234 | 21 | 0 | 44 | 135 | 4 | 45 | 134 | 63 |
| Binary | 11110101 | 10011100 | 10001 | 0 | 100100 | 1011101 | 100 | 100101 | 1011100 | 110011 |
Color Harmonies of #F59C11
Complementary color
Monochromatic Colors of #F59C11
Black with #F59C11
Text Example
Text Example
White with #F59C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59C11; }
p { color: rgb(245,156,17); }
H1.HeaderClassName
{
color: #F59C11;
}
.AnyTagClassName
{
color: #F59C11;
}
</style>
background-color css
<style>
a { background-color: #F59C11; }
a { background-color: rgb(245,156,17); }
div.DivClassName
{
background-color: #F59C11;
}
.BgClassName
{
background-color: #F59C11;
}
</style>
border-color css
<style>
span { border-color: #F59C11; }
span { border-color: rgb(245,156,17); }
td.TdClassName
{
border-color: #F59C11;
}
.TagClassName
{
border-color: #F59C11;
}
</style>