Shades of Dark Tangerine #F59C10
Tints of Dark Tangerine #F59C10
RGB
CMYK
RGB Variations
Color information
#F59C10 (or 0xF59C10) is known color: Dark Tangerine. HEX triplet: F5, 9C and 10. RGB value is (245,156,16). Sum of RGB (Red+Green+Blue) = 245+156+16=417 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.75% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 16 (6.64% from 255 or 3.84% from 417); Max value from RGB is 245 - color contains mainly: red. Hex color #F59C10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F59C10 is #0A63EF. Grayscale: #A7A7A7. Windows color (decimal): -680944 or 1088757. OLE color: 1088757.
HSL color Cylindrical-coordinate representation of color #F59C10: hue angle of 36.68º 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 #F59C10 is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 156 | 16 | - |
| CMYK | 0 | 0.36 | 0.93 | 0.04 |
| HSL | 36.68º | 0.92% | 0.51% | - |
| HSV(B) | 36.68º | 0.93% | 0.96% | - |
| XYZ | 49.64 | 43.23 | 6.22 | - |
| YUV | 166.65 | 42.99 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 156 | 16 | 0 | 0.36 | 0.93 | 0.04 | 36.68 | 0.92 | 0.51 |
| Hex | F5 | 9C | 10 | 0 | 24 | 5D | 4 | 25 | 5C | 33 |
| Octal | 365 | 234 | 20 | 0 | 44 | 135 | 4 | 45 | 134 | 63 |
| Binary | 11110101 | 10011100 | 10000 | 0 | 100100 | 1011101 | 100 | 100101 | 1011100 | 110011 |
Color Harmonies of #F59C10
Complementary color
Monochromatic Colors of #F59C10
Black with #F59C10
Text Example
Text Example
White with #F59C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59C10; }
p { color: rgb(245,156,16); }
H1.HeaderClassName
{
color: #F59C10;
}
.AnyTagClassName
{
color: #F59C10;
}
</style>
background-color css
<style>
a { background-color: #F59C10; }
a { background-color: rgb(245,156,16); }
div.DivClassName
{
background-color: #F59C10;
}
.BgClassName
{
background-color: #F59C10;
}
</style>
border-color css
<style>
span { border-color: #F59C10; }
span { border-color: rgb(245,156,16); }
td.TdClassName
{
border-color: #F59C10;
}
.TagClassName
{
border-color: #F59C10;
}
</style>