Shades of Tangerine #F07F12
Tints of Tangerine #F07F12
RGB
CMYK
RGB Variations
Color information
#F07F12 (or 0xF07F12) is known color: Tangerine. HEX triplet: F0, 7F and 12. RGB value is (240,127,18). Sum of RGB (Red+Green+Blue) = 240+127+18=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 18 (7.42% from 255 or 4.68% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07F12 is #0F80ED. Grayscale: #949494. Windows color (decimal): -1016046 or 1212400. OLE color: 1212400.
HSL color Cylindrical-coordinate representation of color #F07F12: hue angle of 29.46º 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 #F07F12 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 127 | 18 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.06 |
| HSL | 29.46º | 0.88% | 0.51% | - |
| HSV(B) | 29.46º | 0.93% | 0.94% | - |
| XYZ | 43.63 | 33.75 | 4.79 | - |
| YUV | 148.36 | 54.44 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 127 | 18 | 0 | 0.47 | 0.92 | 0.06 | 29.46 | 0.88 | 0.51 |
| Hex | F0 | 7F | 12 | 0 | 2F | 5C | 6 | 1D | 58 | 33 |
| Octal | 360 | 177 | 22 | 0 | 57 | 134 | 6 | 35 | 130 | 63 |
| Binary | 11110000 | 1111111 | 10010 | 0 | 101111 | 1011100 | 110 | 11101 | 1011000 | 110011 |
Color Harmonies of #F07F12
Complementary color
Monochromatic Colors of #F07F12
Black with #F07F12
Text Example
Text Example
White with #F07F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07F12; }
p { color: rgb(240,127,18); }
H1.HeaderClassName
{
color: #F07F12;
}
.AnyTagClassName
{
color: #F07F12;
}
</style>
background-color css
<style>
a { background-color: #F07F12; }
a { background-color: rgb(240,127,18); }
div.DivClassName
{
background-color: #F07F12;
}
.BgClassName
{
background-color: #F07F12;
}
</style>
border-color css
<style>
span { border-color: #F07F12; }
span { border-color: rgb(240,127,18); }
td.TdClassName
{
border-color: #F07F12;
}
.TagClassName
{
border-color: #F07F12;
}
</style>