Shades of Tangerine #F08512
Tints of Tangerine #F08512
RGB
CMYK
RGB Variations
Color information
#F08512 (or 0xF08512) is known color: Tangerine. HEX triplet: F0, 85 and 12. RGB value is (240,133,18). Sum of RGB (Red+Green+Blue) = 240+133+18=391 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.38% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 18 (7.42% from 255 or 4.60% from 391); Max value from RGB is 240 - color contains mainly: red. Hex color #F08512 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08512 is #0F7AED. Grayscale: #989898. Windows color (decimal): -1014510 or 1213936. OLE color: 1213936.
HSL color Cylindrical-coordinate representation of color #F08512: hue angle of 31.08º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F08512 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 133 | 18 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.06 |
| HSL | 31.08º | 0.88% | 0.51% | - |
| HSV(B) | 31.08º | 0.93% | 0.94% | - |
| XYZ | 44.43 | 35.34 | 5.05 | - |
| YUV | 151.88 | 52.45 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 133 | 18 | 0 | 0.45 | 0.92 | 0.06 | 31.08 | 0.88 | 0.51 |
| Hex | F0 | 85 | 12 | 0 | 2D | 5C | 6 | 1F | 58 | 33 |
| Octal | 360 | 205 | 22 | 0 | 55 | 134 | 6 | 37 | 130 | 63 |
| Binary | 11110000 | 10000101 | 10010 | 0 | 101101 | 1011100 | 110 | 11111 | 1011000 | 110011 |
Color Harmonies of #F08512
Complementary color
Monochromatic Colors of #F08512
Black with #F08512
Text Example
Text Example
White with #F08512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08512; }
p { color: rgb(240,133,18); }
H1.HeaderClassName
{
color: #F08512;
}
.AnyTagClassName
{
color: #F08512;
}
</style>
background-color css
<style>
a { background-color: #F08512; }
a { background-color: rgb(240,133,18); }
div.DivClassName
{
background-color: #F08512;
}
.BgClassName
{
background-color: #F08512;
}
</style>
border-color css
<style>
span { border-color: #F08512; }
span { border-color: rgb(240,133,18); }
td.TdClassName
{
border-color: #F08512;
}
.TagClassName
{
border-color: #F08512;
}
</style>