Shades of Dark Tangerine #F49F0D
Tints of Dark Tangerine #F49F0D
RGB
CMYK
RGB Variations
Color information
#F49F0D (or 0xF49F0D) is known color: Dark Tangerine. HEX triplet: F4, 9F and 0D. RGB value is (244,159,13). Sum of RGB (Red+Green+Blue) = 244+159+13=416 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.65% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 13 (5.47% from 255 or 3.12% from 416); Max value from RGB is 244 - color contains mainly: red. Hex color #F49F0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49F0D is #0B60F2. Grayscale: #A8A8A8. Windows color (decimal): -745715 or 892916. OLE color: 892916.
HSL color Cylindrical-coordinate representation of color #F49F0D: hue angle of 37.92º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F49F0D is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 159 | 13 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.04 |
| HSL | 37.92º | 0.91% | 0.5% | - |
| HSV(B) | 37.92º | 0.95% | 0.96% | - |
| XYZ | 49.78 | 44.06 | 6.26 | - |
| YUV | 167.77 | 40.66 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 159 | 13 | 0 | 0.35 | 0.95 | 0.04 | 37.92 | 0.91 | 0.5 |
| Hex | F4 | 9F | D | 0 | 23 | 5F | 4 | 26 | 5B | 32 |
| Octal | 364 | 237 | 15 | 0 | 43 | 137 | 4 | 46 | 133 | 62 |
| Binary | 11110100 | 10011111 | 1101 | 0 | 100011 | 1011111 | 100 | 100110 | 1011011 | 110010 |
Color Harmonies of #F49F0D
Complementary color
Monochromatic Colors of #F49F0D
Black with #F49F0D
Text Example
Text Example
White with #F49F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49F0D; }
p { color: rgb(244,159,13); }
H1.HeaderClassName
{
color: #F49F0D;
}
.AnyTagClassName
{
color: #F49F0D;
}
</style>
background-color css
<style>
a { background-color: #F49F0D; }
a { background-color: rgb(244,159,13); }
div.DivClassName
{
background-color: #F49F0D;
}
.BgClassName
{
background-color: #F49F0D;
}
</style>
border-color css
<style>
span { border-color: #F49F0D; }
span { border-color: rgb(244,159,13); }
td.TdClassName
{
border-color: #F49F0D;
}
.TagClassName
{
border-color: #F49F0D;
}
</style>