Shades of Tangerine #F08210
Tints of Tangerine #F08210
RGB
CMYK
RGB Variations
Color information
#F08210 (or 0xF08210) is known color: Tangerine. HEX triplet: F0, 82 and 10. RGB value is (240,130,16). Sum of RGB (Red+Green+Blue) = 240+130+16=386 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.18% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 16 (6.64% from 255 or 4.15% from 386); Max value from RGB is 240 - color contains mainly: red. Hex color #F08210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08210 is #0F7DEF. Grayscale: #969696. Windows color (decimal): -1015280 or 1082096. OLE color: 1082096.
HSL color Cylindrical-coordinate representation of color #F08210: hue angle of 30.54º 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 #F08210 is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 16 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.06 |
| HSL | 30.54º | 0.88% | 0.5% | - |
| HSV(B) | 30.54º | 0.93% | 0.94% | - |
| XYZ | 44.01 | 34.53 | 4.84 | - |
| YUV | 149.89 | 52.44 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 16 | 0 | 0.46 | 0.93 | 0.06 | 30.54 | 0.88 | 0.5 |
| Hex | F0 | 82 | 10 | 0 | 2E | 5D | 6 | 1F | 58 | 32 |
| Octal | 360 | 202 | 20 | 0 | 56 | 135 | 6 | 37 | 130 | 62 |
| Binary | 11110000 | 10000010 | 10000 | 0 | 101110 | 1011101 | 110 | 11111 | 1011000 | 110010 |
Color Harmonies of #F08210
Complementary color
Monochromatic Colors of #F08210
Black with #F08210
Text Example
Text Example
White with #F08210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08210; }
p { color: rgb(240,130,16); }
H1.HeaderClassName
{
color: #F08210;
}
.AnyTagClassName
{
color: #F08210;
}
</style>
background-color css
<style>
a { background-color: #F08210; }
a { background-color: rgb(240,130,16); }
div.DivClassName
{
background-color: #F08210;
}
.BgClassName
{
background-color: #F08210;
}
</style>
border-color css
<style>
span { border-color: #F08210; }
span { border-color: rgb(240,130,16); }
td.TdClassName
{
border-color: #F08210;
}
.TagClassName
{
border-color: #F08210;
}
</style>