Shades of Tangerine #F0840E
Tints of Tangerine #F0840E
RGB
CMYK
RGB Variations
Color information
#F0840E (or 0xF0840E) is known color: Tangerine. HEX triplet: F0, 84 and 0E. RGB value is (240,132,14). Sum of RGB (Red+Green+Blue) = 240+132+14=386 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.18% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 14 (5.86% from 255 or 3.63% from 386); Max value from RGB is 240 - color contains mainly: red. Hex color #F0840E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0840E is #0F7BF1. Grayscale: #979797. Windows color (decimal): -1014770 or 951536. OLE color: 951536.
HSL color Cylindrical-coordinate representation of color #F0840E: hue angle of 31.33º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0840E is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 132 | 14 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.06 |
| HSL | 31.33º | 0.89% | 0.5% | - |
| HSV(B) | 31.33º | 0.94% | 0.94% | - |
| XYZ | 44.27 | 35.06 | 4.85 | - |
| YUV | 150.84 | 50.78 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 132 | 14 | 0 | 0.45 | 0.94 | 0.06 | 31.33 | 0.89 | 0.5 |
| Hex | F0 | 84 | E | 0 | 2D | 5E | 6 | 1F | 59 | 32 |
| Octal | 360 | 204 | 16 | 0 | 55 | 136 | 6 | 37 | 131 | 62 |
| Binary | 11110000 | 10000100 | 1110 | 0 | 101101 | 1011110 | 110 | 11111 | 1011001 | 110010 |
Color Harmonies of #F0840E
Complementary color
Monochromatic Colors of #F0840E
Black with #F0840E
Text Example
Text Example
White with #F0840E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0840E; }
p { color: rgb(240,132,14); }
H1.HeaderClassName
{
color: #F0840E;
}
.AnyTagClassName
{
color: #F0840E;
}
</style>
background-color css
<style>
a { background-color: #F0840E; }
a { background-color: rgb(240,132,14); }
div.DivClassName
{
background-color: #F0840E;
}
.BgClassName
{
background-color: #F0840E;
}
</style>
border-color css
<style>
span { border-color: #F0840E; }
span { border-color: rgb(240,132,14); }
td.TdClassName
{
border-color: #F0840E;
}
.TagClassName
{
border-color: #F0840E;
}
</style>