Shades of Tangerine #F08511
Tints of Tangerine #F08511
RGB
CMYK
RGB Variations
Color information
#F08511 (or 0xF08511) is known color: Tangerine. HEX triplet: F0, 85 and 11. RGB value is (240,133,17). Sum of RGB (Red+Green+Blue) = 240+133+17=390 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.54% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 17 (7.03% from 255 or 4.36% from 390); Max value from RGB is 240 - color contains mainly: red. Hex color #F08511 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08511 is #0F7AEE. Grayscale: #989898. Windows color (decimal): -1014511 or 1148400. OLE color: 1148400.
HSL color Cylindrical-coordinate representation of color #F08511: hue angle of 31.21º 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 #F08511 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 133 | 17 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.06 |
| HSL | 31.21º | 0.88% | 0.5% | - |
| HSV(B) | 31.21º | 0.93% | 0.94% | - |
| XYZ | 44.42 | 35.34 | 5.01 | - |
| YUV | 151.77 | 51.95 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 133 | 17 | 0 | 0.45 | 0.93 | 0.06 | 31.21 | 0.88 | 0.5 |
| Hex | F0 | 85 | 11 | 0 | 2D | 5D | 6 | 1F | 58 | 32 |
| Octal | 360 | 205 | 21 | 0 | 55 | 135 | 6 | 37 | 130 | 62 |
| Binary | 11110000 | 10000101 | 10001 | 0 | 101101 | 1011101 | 110 | 11111 | 1011000 | 110010 |
Color Harmonies of #F08511
Complementary color
Monochromatic Colors of #F08511
Black with #F08511
Text Example
Text Example
White with #F08511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08511; }
p { color: rgb(240,133,17); }
H1.HeaderClassName
{
color: #F08511;
}
.AnyTagClassName
{
color: #F08511;
}
</style>
background-color css
<style>
a { background-color: #F08511; }
a { background-color: rgb(240,133,17); }
div.DivClassName
{
background-color: #F08511;
}
.BgClassName
{
background-color: #F08511;
}
</style>
border-color css
<style>
span { border-color: #F08511; }
span { border-color: rgb(240,133,17); }
td.TdClassName
{
border-color: #F08511;
}
.TagClassName
{
border-color: #F08511;
}
</style>