Shades of Tangerine #F0860D
Tints of Tangerine #F0860D
RGB
CMYK
RGB Variations
Color information
#F0860D (or 0xF0860D) is known color: Tangerine. HEX triplet: F0, 86 and 0D. RGB value is (240,134,13). Sum of RGB (Red+Green+Blue) = 240+134+13=387 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.02% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 13 (5.47% from 255 or 3.36% from 387); Max value from RGB is 240 - color contains mainly: red. Hex color #F0860D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0860D is #0F79F2. Grayscale: #989898. Windows color (decimal): -1014259 or 886512. OLE color: 886512.
HSL color Cylindrical-coordinate representation of color #F0860D: hue angle of 31.98º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0860D is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 134 | 13 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.06 |
| HSL | 31.98º | 0.9% | 0.5% | - |
| HSV(B) | 31.98º | 0.95% | 0.94% | - |
| XYZ | 44.53 | 35.6 | 4.91 | - |
| YUV | 151.9 | 49.62 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 134 | 13 | 0 | 0.44 | 0.95 | 0.06 | 31.98 | 0.9 | 0.5 |
| Hex | F0 | 86 | D | 0 | 2C | 5F | 6 | 20 | 5A | 32 |
| Octal | 360 | 206 | 15 | 0 | 54 | 137 | 6 | 40 | 132 | 62 |
| Binary | 11110000 | 10000110 | 1101 | 0 | 101100 | 1011111 | 110 | 100000 | 1011010 | 110010 |
Color Harmonies of #F0860D
Complementary color
Monochromatic Colors of #F0860D
Black with #F0860D
Text Example
Text Example
White with #F0860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0860D; }
p { color: rgb(240,134,13); }
H1.HeaderClassName
{
color: #F0860D;
}
.AnyTagClassName
{
color: #F0860D;
}
</style>
background-color css
<style>
a { background-color: #F0860D; }
a { background-color: rgb(240,134,13); }
div.DivClassName
{
background-color: #F0860D;
}
.BgClassName
{
background-color: #F0860D;
}
</style>
border-color css
<style>
span { border-color: #F0860D; }
span { border-color: rgb(240,134,13); }
td.TdClassName
{
border-color: #F0860D;
}
.TagClassName
{
border-color: #F0860D;
}
</style>