Shades of Dark Tangerine #F59F0F
Tints of Dark Tangerine #F59F0F
RGB
CMYK
RGB Variations
Color information
#F59F0F (or 0xF59F0F) is known color: Dark Tangerine. HEX triplet: F5, 9F and 0F. RGB value is (245,159,15). Sum of RGB (Red+Green+Blue) = 245+159+15=419 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.47% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 15 (6.25% from 255 or 3.58% from 419); Max value from RGB is 245 - color contains mainly: red. Hex color #F59F0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F59F0F is #0A60F0. Grayscale: #A8A8A8. Windows color (decimal): -680177 or 1023989. OLE color: 1023989.
HSL color Cylindrical-coordinate representation of color #F59F0F: hue angle of 37.57º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F59F0F is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 159 | 15 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.04 |
| HSL | 37.57º | 0.92% | 0.51% | - |
| HSV(B) | 37.57º | 0.94% | 0.96% | - |
| XYZ | 50.14 | 44.24 | 6.35 | - |
| YUV | 168.3 | 41.49 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 159 | 15 | 0 | 0.35 | 0.94 | 0.04 | 37.57 | 0.92 | 0.51 |
| Hex | F5 | 9F | F | 0 | 23 | 5E | 4 | 26 | 5C | 33 |
| Octal | 365 | 237 | 17 | 0 | 43 | 136 | 4 | 46 | 134 | 63 |
| Binary | 11110101 | 10011111 | 1111 | 0 | 100011 | 1011110 | 100 | 100110 | 1011100 | 110011 |
Color Harmonies of #F59F0F
Complementary color
Monochromatic Colors of #F59F0F
Black with #F59F0F
Text Example
Text Example
White with #F59F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59F0F; }
p { color: rgb(245,159,15); }
H1.HeaderClassName
{
color: #F59F0F;
}
.AnyTagClassName
{
color: #F59F0F;
}
</style>
background-color css
<style>
a { background-color: #F59F0F; }
a { background-color: rgb(245,159,15); }
div.DivClassName
{
background-color: #F59F0F;
}
.BgClassName
{
background-color: #F59F0F;
}
</style>
border-color css
<style>
span { border-color: #F59F0F; }
span { border-color: rgb(245,159,15); }
td.TdClassName
{
border-color: #F59F0F;
}
.TagClassName
{
border-color: #F59F0F;
}
</style>