Shades of Tangerine #F0870A
Tints of Tangerine #F0870A
RGB
CMYK
RGB Variations
Color information
#F0870A (or 0xF0870A) is known color: Tangerine. HEX triplet: F0, 87 and 0A. RGB value is (240,135,10). Sum of RGB (Red+Green+Blue) = 240+135+10=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 10 (4.30% from 255 or 2.60% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F0870A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0870A is #0F78F5. Grayscale: #989898. Windows color (decimal): -1014006 or 690160. OLE color: 690160.
HSL color Cylindrical-coordinate representation of color #F0870A: hue angle of 32.61º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0870A is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 135 | 10 | - |
| CMYK | 0 | 0.44 | 0.96 | 0.06 |
| HSL | 32.61º | 0.92% | 0.49% | - |
| HSV(B) | 32.61º | 0.96% | 0.94% | - |
| XYZ | 44.65 | 35.88 | 4.86 | - |
| YUV | 152.15 | 47.79 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 135 | 10 | 0 | 0.44 | 0.96 | 0.06 | 32.61 | 0.92 | 0.49 |
| Hex | F0 | 87 | A | 0 | 2C | 60 | 6 | 21 | 5C | 31 |
| Octal | 360 | 207 | 12 | 0 | 54 | 140 | 6 | 41 | 134 | 61 |
| Binary | 11110000 | 10000111 | 1010 | 0 | 101100 | 1100000 | 110 | 100001 | 1011100 | 110001 |
Color Harmonies of #F0870A
Complementary color
Monochromatic Colors of #F0870A
Black with #F0870A
Text Example
Text Example
White with #F0870A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0870A; }
p { color: rgb(240,135,10); }
H1.HeaderClassName
{
color: #F0870A;
}
.AnyTagClassName
{
color: #F0870A;
}
</style>
background-color css
<style>
a { background-color: #F0870A; }
a { background-color: rgb(240,135,10); }
div.DivClassName
{
background-color: #F0870A;
}
.BgClassName
{
background-color: #F0870A;
}
</style>
border-color css
<style>
span { border-color: #F0870A; }
span { border-color: rgb(240,135,10); }
td.TdClassName
{
border-color: #F0870A;
}
.TagClassName
{
border-color: #F0870A;
}
</style>