Shades of Tangerine #F0870C
Tints of Tangerine #F0870C
RGB
CMYK
RGB Variations
Color information
#F0870C (or 0xF0870C) is known color: Tangerine. HEX triplet: F0, 87 and 0C. RGB value is (240,135,12). Sum of RGB (Red+Green+Blue) = 240+135+12=387 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.02% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 12 (5.08% from 255 or 3.10% from 387); Max value from RGB is 240 - color contains mainly: red. Hex color #F0870C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0870C is #0F78F3. Grayscale: #989898. Windows color (decimal): -1014004 or 821232. OLE color: 821232.
HSL color Cylindrical-coordinate representation of color #F0870C: hue angle of 32.37º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0870C is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 135 | 12 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.06 |
| HSL | 32.37º | 0.9% | 0.49% | - |
| HSV(B) | 32.37º | 0.95% | 0.94% | - |
| XYZ | 44.67 | 35.88 | 4.92 | - |
| YUV | 152.37 | 48.79 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 135 | 12 | 0 | 0.44 | 0.95 | 0.06 | 32.37 | 0.9 | 0.49 |
| Hex | F0 | 87 | C | 0 | 2C | 5F | 6 | 20 | 5A | 31 |
| Octal | 360 | 207 | 14 | 0 | 54 | 137 | 6 | 40 | 132 | 61 |
| Binary | 11110000 | 10000111 | 1100 | 0 | 101100 | 1011111 | 110 | 100000 | 1011010 | 110001 |
Color Harmonies of #F0870C
Complementary color
Monochromatic Colors of #F0870C
Black with #F0870C
Text Example
Text Example
White with #F0870C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0870C; }
p { color: rgb(240,135,12); }
H1.HeaderClassName
{
color: #F0870C;
}
.AnyTagClassName
{
color: #F0870C;
}
</style>
background-color css
<style>
a { background-color: #F0870C; }
a { background-color: rgb(240,135,12); }
div.DivClassName
{
background-color: #F0870C;
}
.BgClassName
{
background-color: #F0870C;
}
</style>
border-color css
<style>
span { border-color: #F0870C; }
span { border-color: rgb(240,135,12); }
td.TdClassName
{
border-color: #F0870C;
}
.TagClassName
{
border-color: #F0870C;
}
</style>