Shades of Tangerine #F49005
Tints of Tangerine #F49005
RGB
CMYK
RGB Variations
Color information
#F49005 (or 0xF49005) is known color: Tangerine. HEX triplet: F4, 90 and 05. RGB value is (244,144,5). Sum of RGB (Red+Green+Blue) = 244+144+5=393 (52% of max value = 765). Red value is 244 (95.70% from 255 or 62.09% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 5 (2.34% from 255 or 1.27% from 393); Max value from RGB is 244 - color contains mainly: red. Hex color #F49005 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49005 is #0B6FFA. Grayscale: #9E9E9E. Windows color (decimal): -749563 or 364788. OLE color: 364788.
HSL color Cylindrical-coordinate representation of color #F49005: hue angle of 34.9º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F49005 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 144 | 5 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.04 |
| HSL | 34.9º | 0.96% | 0.49% | - |
| HSV(B) | 34.9º | 0.98% | 0.96% | - |
| XYZ | 47.31 | 39.19 | 5.21 | - |
| YUV | 158.05 | 41.63 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 144 | 5 | 0 | 0.41 | 0.98 | 0.04 | 34.9 | 0.96 | 0.49 |
| Hex | F4 | 90 | 5 | 0 | 29 | 62 | 4 | 23 | 60 | 31 |
| Octal | 364 | 220 | 5 | 0 | 51 | 142 | 4 | 43 | 140 | 61 |
| Binary | 11110100 | 10010000 | 101 | 0 | 101001 | 1100010 | 100 | 100011 | 1100000 | 110001 |
Color Harmonies of #F49005
Complementary color
Monochromatic Colors of #F49005
Black with #F49005
Text Example
Text Example
White with #F49005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49005; }
p { color: rgb(244,144,5); }
H1.HeaderClassName
{
color: #F49005;
}
.AnyTagClassName
{
color: #F49005;
}
</style>
background-color css
<style>
a { background-color: #F49005; }
a { background-color: rgb(244,144,5); }
div.DivClassName
{
background-color: #F49005;
}
.BgClassName
{
background-color: #F49005;
}
</style>
border-color css
<style>
span { border-color: #F49005; }
span { border-color: rgb(244,144,5); }
td.TdClassName
{
border-color: #F49005;
}
.TagClassName
{
border-color: #F49005;
}
</style>