Shades of Tangerine #F48D0E
Tints of Tangerine #F48D0E
RGB
CMYK
RGB Variations
Color information
#F48D0E (or 0xF48D0E) is known color: Tangerine. HEX triplet: F4, 8D and 0E. RGB value is (244,141,14). Sum of RGB (Red+Green+Blue) = 244+141+14=399 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.15% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 14 (5.86% from 255 or 3.51% from 399); Max value from RGB is 244 - color contains mainly: red. Hex color #F48D0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F48D0E is #0B72F1. Grayscale: #9D9D9D. Windows color (decimal): -750322 or 953844. OLE color: 953844.
HSL color Cylindrical-coordinate representation of color #F48D0E: hue angle of 33.13º 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 #F48D0E is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 141 | 14 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.04 |
| HSL | 33.13º | 0.91% | 0.51% | - |
| HSV(B) | 33.13º | 0.94% | 0.96% | - |
| XYZ | 46.91 | 38.31 | 5.34 | - |
| YUV | 157.32 | 47.12 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 141 | 14 | 0 | 0.42 | 0.94 | 0.04 | 33.13 | 0.91 | 0.51 |
| Hex | F4 | 8D | E | 0 | 2A | 5E | 4 | 21 | 5B | 33 |
| Octal | 364 | 215 | 16 | 0 | 52 | 136 | 4 | 41 | 133 | 63 |
| Binary | 11110100 | 10001101 | 1110 | 0 | 101010 | 1011110 | 100 | 100001 | 1011011 | 110011 |
Color Harmonies of #F48D0E
Complementary color
Monochromatic Colors of #F48D0E
Black with #F48D0E
Text Example
Text Example
White with #F48D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48D0E; }
p { color: rgb(244,141,14); }
H1.HeaderClassName
{
color: #F48D0E;
}
.AnyTagClassName
{
color: #F48D0E;
}
</style>
background-color css
<style>
a { background-color: #F48D0E; }
a { background-color: rgb(244,141,14); }
div.DivClassName
{
background-color: #F48D0E;
}
.BgClassName
{
background-color: #F48D0E;
}
</style>
border-color css
<style>
span { border-color: #F48D0E; }
span { border-color: rgb(244,141,14); }
td.TdClassName
{
border-color: #F48D0E;
}
.TagClassName
{
border-color: #F48D0E;
}
</style>