Shades of Tangerine #F08610
Tints of Tangerine #F08610
RGB
CMYK
RGB Variations
Color information
#F08610 (or 0xF08610) is known color: Tangerine. HEX triplet: F0, 86 and 10. RGB value is (240,134,16). Sum of RGB (Red+Green+Blue) = 240+134+16=390 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.54% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 16 (6.64% from 255 or 4.10% from 390); Max value from RGB is 240 - color contains mainly: red. Hex color #F08610 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08610 is #0F79EF. Grayscale: #989898. Windows color (decimal): -1014256 or 1083120. OLE color: 1083120.
HSL color Cylindrical-coordinate representation of color #F08610: hue angle of 31.61º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F08610 is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 134 | 16 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.06 |
| HSL | 31.61º | 0.88% | 0.5% | - |
| HSV(B) | 31.61º | 0.93% | 0.94% | - |
| XYZ | 44.55 | 35.61 | 5.02 | - |
| YUV | 152.24 | 51.12 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 134 | 16 | 0 | 0.44 | 0.93 | 0.06 | 31.61 | 0.88 | 0.5 |
| Hex | F0 | 86 | 10 | 0 | 2C | 5D | 6 | 20 | 58 | 32 |
| Octal | 360 | 206 | 20 | 0 | 54 | 135 | 6 | 40 | 130 | 62 |
| Binary | 11110000 | 10000110 | 10000 | 0 | 101100 | 1011101 | 110 | 100000 | 1011000 | 110010 |
Color Harmonies of #F08610
Complementary color
Monochromatic Colors of #F08610
Black with #F08610
Text Example
Text Example
White with #F08610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08610; }
p { color: rgb(240,134,16); }
H1.HeaderClassName
{
color: #F08610;
}
.AnyTagClassName
{
color: #F08610;
}
</style>
background-color css
<style>
a { background-color: #F08610; }
a { background-color: rgb(240,134,16); }
div.DivClassName
{
background-color: #F08610;
}
.BgClassName
{
background-color: #F08610;
}
</style>
border-color css
<style>
span { border-color: #F08610; }
span { border-color: rgb(240,134,16); }
td.TdClassName
{
border-color: #F08610;
}
.TagClassName
{
border-color: #F08610;
}
</style>