Shades of Tangerine #F0860C
Tints of Tangerine #F0860C
RGB
CMYK
RGB Variations
Color information
#F0860C (or 0xF0860C) is known color: Tangerine. HEX triplet: F0, 86 and 0C. RGB value is (240,134,12). Sum of RGB (Red+Green+Blue) = 240+134+12=386 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.18% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 12 (5.08% from 255 or 3.11% from 386); Max value from RGB is 240 - color contains mainly: red. Hex color #F0860C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0860C is #0F79F3. Grayscale: #989898. Windows color (decimal): -1014260 or 820976. OLE color: 820976.
HSL color Cylindrical-coordinate representation of color #F0860C: hue angle of 32.11º 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 #F0860C is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 134 | 12 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.06 |
| HSL | 32.11º | 0.9% | 0.49% | - |
| HSV(B) | 32.11º | 0.95% | 0.94% | - |
| XYZ | 44.53 | 35.6 | 4.87 | - |
| YUV | 151.79 | 49.12 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 134 | 12 | 0 | 0.44 | 0.95 | 0.06 | 32.11 | 0.9 | 0.49 |
| Hex | F0 | 86 | C | 0 | 2C | 5F | 6 | 20 | 5A | 31 |
| Octal | 360 | 206 | 14 | 0 | 54 | 137 | 6 | 40 | 132 | 61 |
| Binary | 11110000 | 10000110 | 1100 | 0 | 101100 | 1011111 | 110 | 100000 | 1011010 | 110001 |
Color Harmonies of #F0860C
Complementary color
Monochromatic Colors of #F0860C
Black with #F0860C
Text Example
Text Example
White with #F0860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0860C; }
p { color: rgb(240,134,12); }
H1.HeaderClassName
{
color: #F0860C;
}
.AnyTagClassName
{
color: #F0860C;
}
</style>
background-color css
<style>
a { background-color: #F0860C; }
a { background-color: rgb(240,134,12); }
div.DivClassName
{
background-color: #F0860C;
}
.BgClassName
{
background-color: #F0860C;
}
</style>
border-color css
<style>
span { border-color: #F0860C; }
span { border-color: rgb(240,134,12); }
td.TdClassName
{
border-color: #F0860C;
}
.TagClassName
{
border-color: #F0860C;
}
</style>