Shades of Dark Tangerine #F49D14
Tints of Dark Tangerine #F49D14
RGB
CMYK
RGB Variations
Color information
#F49D14 (or 0xF49D14) is known color: Dark Tangerine. HEX triplet: F4, 9D and 14. RGB value is (244,157,20). Sum of RGB (Red+Green+Blue) = 244+157+20=421 (55% of max value = 765). Red value is 244 (95.70% from 255 or 57.96% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 20 (8.20% from 255 or 4.75% from 421); Max value from RGB is 244 - color contains mainly: red. Hex color #F49D14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49D14 is #0B62EB. Grayscale: #A8A8A8. Windows color (decimal): -746220 or 1351156. OLE color: 1351156.
HSL color Cylindrical-coordinate representation of color #F49D14: hue angle of 36.7º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F49D14 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 157 | 20 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.04 |
| HSL | 36.7º | 0.91% | 0.52% | - |
| HSV(B) | 36.7º | 0.92% | 0.96% | - |
| XYZ | 49.49 | 43.4 | 6.43 | - |
| YUV | 167.4 | 44.82 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 157 | 20 | 0 | 0.36 | 0.92 | 0.04 | 36.7 | 0.91 | 0.52 |
| Hex | F4 | 9D | 14 | 0 | 24 | 5C | 4 | 25 | 5B | 34 |
| Octal | 364 | 235 | 24 | 0 | 44 | 134 | 4 | 45 | 133 | 64 |
| Binary | 11110100 | 10011101 | 10100 | 0 | 100100 | 1011100 | 100 | 100101 | 1011011 | 110100 |
Color Harmonies of #F49D14
Complementary color
Monochromatic Colors of #F49D14
Black with #F49D14
Text Example
Text Example
White with #F49D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49D14; }
p { color: rgb(244,157,20); }
H1.HeaderClassName
{
color: #F49D14;
}
.AnyTagClassName
{
color: #F49D14;
}
</style>
background-color css
<style>
a { background-color: #F49D14; }
a { background-color: rgb(244,157,20); }
div.DivClassName
{
background-color: #F49D14;
}
.BgClassName
{
background-color: #F49D14;
}
</style>
border-color css
<style>
span { border-color: #F49D14; }
span { border-color: rgb(244,157,20); }
td.TdClassName
{
border-color: #F49D14;
}
.TagClassName
{
border-color: #F49D14;
}
</style>