Shades of Dark Tangerine #F49F0E
Tints of Dark Tangerine #F49F0E
RGB
CMYK
RGB Variations
Color information
#F49F0E (or 0xF49F0E) is known color: Dark Tangerine. HEX triplet: F4, 9F and 0E. RGB value is (244,159,14). Sum of RGB (Red+Green+Blue) = 244+159+14=417 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.51% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 14 (5.86% from 255 or 3.36% from 417); Max value from RGB is 244 - color contains mainly: red. Hex color #F49F0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49F0E is #0B60F1. Grayscale: #A8A8A8. Windows color (decimal): -745714 or 958452. OLE color: 958452.
HSL color Cylindrical-coordinate representation of color #F49F0E: hue angle of 37.83º degrees, saturation: 0.91, 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 #F49F0E is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 159 | 14 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.04 |
| HSL | 37.83º | 0.91% | 0.51% | - |
| HSV(B) | 37.83º | 0.94% | 0.96% | - |
| XYZ | 49.79 | 44.06 | 6.3 | - |
| YUV | 167.89 | 41.16 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 159 | 14 | 0 | 0.35 | 0.94 | 0.04 | 37.83 | 0.91 | 0.51 |
| Hex | F4 | 9F | E | 0 | 23 | 5E | 4 | 26 | 5B | 33 |
| Octal | 364 | 237 | 16 | 0 | 43 | 136 | 4 | 46 | 133 | 63 |
| Binary | 11110100 | 10011111 | 1110 | 0 | 100011 | 1011110 | 100 | 100110 | 1011011 | 110011 |
Color Harmonies of #F49F0E
Complementary color
Monochromatic Colors of #F49F0E
Black with #F49F0E
Text Example
Text Example
White with #F49F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49F0E; }
p { color: rgb(244,159,14); }
H1.HeaderClassName
{
color: #F49F0E;
}
.AnyTagClassName
{
color: #F49F0E;
}
</style>
background-color css
<style>
a { background-color: #F49F0E; }
a { background-color: rgb(244,159,14); }
div.DivClassName
{
background-color: #F49F0E;
}
.BgClassName
{
background-color: #F49F0E;
}
</style>
border-color css
<style>
span { border-color: #F49F0E; }
span { border-color: rgb(244,159,14); }
td.TdClassName
{
border-color: #F49F0E;
}
.TagClassName
{
border-color: #F49F0E;
}
</style>