Shades of Tangerine #F07F00
Tints of Tangerine #F07F00
RGB
CMYK
RGB Variations
Color information
#F07F00 (or 0xF07F00) is known color: Tangerine. HEX triplet: F0, 7F and 00. RGB value is (240,127,0). Sum of RGB (Red+Green+Blue) = 240+127+0=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07F00 is #0F80FF. Grayscale: #929292. Windows color (decimal): -1016064 or 32752. OLE color: 32752.
HSL color Cylindrical-coordinate representation of color #F07F00: hue angle of 31.75º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F07F00 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 127 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.06 |
| HSL | 31.75º | 1% | 0.47% | - |
| HSV(B) | 31.75º | 1% | 0.94% | - |
| XYZ | 43.52 | 33.7 | 4.21 | - |
| YUV | 146.31 | 45.44 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 127 | 0 | 0 | 0.47 | 1 | 0.06 | 31.75 | 1 | 0.47 |
| Hex | F0 | 7F | 0 | 0 | 2F | 64 | 6 | 20 | 64 | 2F |
| Octal | 360 | 177 | 0 | 0 | 57 | 144 | 6 | 40 | 144 | 57 |
| Binary | 11110000 | 1111111 | 0 | 0 | 101111 | 1100100 | 110 | 100000 | 1100100 | 101111 |
Color Harmonies of #F07F00
Complementary color
Monochromatic Colors of #F07F00
Black with #F07F00
Text Example
Text Example
White with #F07F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07F00; }
p { color: rgb(240,127,0); }
H1.HeaderClassName
{
color: #F07F00;
}
.AnyTagClassName
{
color: #F07F00;
}
</style>
background-color css
<style>
a { background-color: #F07F00; }
a { background-color: rgb(240,127,0); }
div.DivClassName
{
background-color: #F07F00;
}
.BgClassName
{
background-color: #F07F00;
}
</style>
border-color css
<style>
span { border-color: #F07F00; }
span { border-color: rgb(240,127,0); }
td.TdClassName
{
border-color: #F07F00;
}
.TagClassName
{
border-color: #F07F00;
}
</style>