Shades of Tangerine #F0870D
Tints of Tangerine #F0870D
RGB
CMYK
RGB Variations
Color information
#F0870D (or 0xF0870D) is known color: Tangerine. HEX triplet: F0, 87 and 0D. RGB value is (240,135,13). Sum of RGB (Red+Green+Blue) = 240+135+13=388 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.86% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 13 (5.47% from 255 or 3.35% from 388); Max value from RGB is 240 - color contains mainly: red. Hex color #F0870D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0870D is #0F78F2. Grayscale: #999999. Windows color (decimal): -1014003 or 886768. OLE color: 886768.
HSL color Cylindrical-coordinate representation of color #F0870D: hue angle of 32.25º 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 #F0870D is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 135 | 13 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.06 |
| HSL | 32.25º | 0.9% | 0.5% | - |
| HSV(B) | 32.25º | 0.95% | 0.94% | - |
| XYZ | 44.67 | 35.88 | 4.95 | - |
| YUV | 152.49 | 49.29 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 135 | 13 | 0 | 0.44 | 0.95 | 0.06 | 32.25 | 0.9 | 0.5 |
| Hex | F0 | 87 | D | 0 | 2C | 5F | 6 | 20 | 5A | 32 |
| Octal | 360 | 207 | 15 | 0 | 54 | 137 | 6 | 40 | 132 | 62 |
| Binary | 11110000 | 10000111 | 1101 | 0 | 101100 | 1011111 | 110 | 100000 | 1011010 | 110010 |
Color Harmonies of #F0870D
Complementary color
Monochromatic Colors of #F0870D
Black with #F0870D
Text Example
Text Example
White with #F0870D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0870D; }
p { color: rgb(240,135,13); }
H1.HeaderClassName
{
color: #F0870D;
}
.AnyTagClassName
{
color: #F0870D;
}
</style>
background-color css
<style>
a { background-color: #F0870D; }
a { background-color: rgb(240,135,13); }
div.DivClassName
{
background-color: #F0870D;
}
.BgClassName
{
background-color: #F0870D;
}
</style>
border-color css
<style>
span { border-color: #F0870D; }
span { border-color: rgb(240,135,13); }
td.TdClassName
{
border-color: #F0870D;
}
.TagClassName
{
border-color: #F0870D;
}
</style>