Shades of Tangerine #F07F11
Tints of Tangerine #F07F11
RGB
CMYK
RGB Variations
Color information
#F07F11 (or 0xF07F11) is known color: Tangerine. HEX triplet: F0, 7F and 11. RGB value is (240,127,17). Sum of RGB (Red+Green+Blue) = 240+127+17=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 17 (7.03% from 255 or 4.43% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07F11 is #0F80EE. Grayscale: #949494. Windows color (decimal): -1016047 or 1146864. OLE color: 1146864.
HSL color Cylindrical-coordinate representation of color #F07F11: hue angle of 29.6º 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 #F07F11 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 127 | 17 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.06 |
| HSL | 29.6º | 0.88% | 0.5% | - |
| HSV(B) | 29.6º | 0.93% | 0.94% | - |
| XYZ | 43.63 | 33.74 | 4.74 | - |
| YUV | 148.25 | 53.94 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 127 | 17 | 0 | 0.47 | 0.93 | 0.06 | 29.6 | 0.88 | 0.5 |
| Hex | F0 | 7F | 11 | 0 | 2F | 5D | 6 | 1E | 58 | 32 |
| Octal | 360 | 177 | 21 | 0 | 57 | 135 | 6 | 36 | 130 | 62 |
| Binary | 11110000 | 1111111 | 10001 | 0 | 101111 | 1011101 | 110 | 11110 | 1011000 | 110010 |
Color Harmonies of #F07F11
Complementary color
Monochromatic Colors of #F07F11
Black with #F07F11
Text Example
Text Example
White with #F07F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07F11; }
p { color: rgb(240,127,17); }
H1.HeaderClassName
{
color: #F07F11;
}
.AnyTagClassName
{
color: #F07F11;
}
</style>
background-color css
<style>
a { background-color: #F07F11; }
a { background-color: rgb(240,127,17); }
div.DivClassName
{
background-color: #F07F11;
}
.BgClassName
{
background-color: #F07F11;
}
</style>
border-color css
<style>
span { border-color: #F07F11; }
span { border-color: rgb(240,127,17); }
td.TdClassName
{
border-color: #F07F11;
}
.TagClassName
{
border-color: #F07F11;
}
</style>