Shades of Tangerine #F08111
Tints of Tangerine #F08111
RGB
CMYK
RGB Variations
Color information
#F08111 (or 0xF08111) is known color: Tangerine. HEX triplet: F0, 81 and 11. RGB value is (240,129,17). Sum of RGB (Red+Green+Blue) = 240+129+17=386 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.18% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 17 (7.03% from 255 or 4.40% from 386); Max value from RGB is 240 - color contains mainly: red. Hex color #F08111 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08111 is #0F7EEE. Grayscale: #959595. Windows color (decimal): -1015535 or 1147376. OLE color: 1147376.
HSL color Cylindrical-coordinate representation of color #F08111: hue angle of 30.13º 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 #F08111 is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 17 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.06 |
| HSL | 30.13º | 0.88% | 0.5% | - |
| HSV(B) | 30.13º | 0.93% | 0.94% | - |
| XYZ | 43.89 | 34.27 | 4.83 | - |
| YUV | 149.42 | 53.27 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 17 | 0 | 0.46 | 0.93 | 0.06 | 30.13 | 0.88 | 0.5 |
| Hex | F0 | 81 | 11 | 0 | 2E | 5D | 6 | 1E | 58 | 32 |
| Octal | 360 | 201 | 21 | 0 | 56 | 135 | 6 | 36 | 130 | 62 |
| Binary | 11110000 | 10000001 | 10001 | 0 | 101110 | 1011101 | 110 | 11110 | 1011000 | 110010 |
Color Harmonies of #F08111
Complementary color
Monochromatic Colors of #F08111
Black with #F08111
Text Example
Text Example
White with #F08111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08111; }
p { color: rgb(240,129,17); }
H1.HeaderClassName
{
color: #F08111;
}
.AnyTagClassName
{
color: #F08111;
}
</style>
background-color css
<style>
a { background-color: #F08111; }
a { background-color: rgb(240,129,17); }
div.DivClassName
{
background-color: #F08111;
}
.BgClassName
{
background-color: #F08111;
}
</style>
border-color css
<style>
span { border-color: #F08111; }
span { border-color: rgb(240,129,17); }
td.TdClassName
{
border-color: #F08111;
}
.TagClassName
{
border-color: #F08111;
}
</style>