Shades of Tangerine #F07D10
Tints of Tangerine #F07D10
RGB
CMYK
RGB Variations
Color information
#F07D10 (or 0xF07D10) is known color: Tangerine. HEX triplet: F0, 7D and 10. RGB value is (240,125,16). Sum of RGB (Red+Green+Blue) = 240+125+16=381 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.99% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 16 (6.64% from 255 or 4.20% from 381); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07D10 is #0F82EF. Grayscale: #939393. Windows color (decimal): -1016560 or 1080816. OLE color: 1080816.
HSL color Cylindrical-coordinate representation of color #F07D10: hue angle of 29.2º 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 #F07D10 is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 125 | 16 | - |
| CMYK | 0 | 0.48 | 0.93 | 0.06 |
| HSL | 29.2º | 0.88% | 0.5% | - |
| HSV(B) | 29.2º | 0.93% | 0.94% | - |
| XYZ | 43.36 | 33.23 | 4.62 | - |
| YUV | 146.96 | 54.1 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 125 | 16 | 0 | 0.48 | 0.93 | 0.06 | 29.2 | 0.88 | 0.5 |
| Hex | F0 | 7D | 10 | 0 | 30 | 5D | 6 | 1D | 58 | 32 |
| Octal | 360 | 175 | 20 | 0 | 60 | 135 | 6 | 35 | 130 | 62 |
| Binary | 11110000 | 1111101 | 10000 | 0 | 110000 | 1011101 | 110 | 11101 | 1011000 | 110010 |
Color Harmonies of #F07D10
Complementary color
Monochromatic Colors of #F07D10
Black with #F07D10
Text Example
Text Example
White with #F07D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07D10; }
p { color: rgb(240,125,16); }
H1.HeaderClassName
{
color: #F07D10;
}
.AnyTagClassName
{
color: #F07D10;
}
</style>
background-color css
<style>
a { background-color: #F07D10; }
a { background-color: rgb(240,125,16); }
div.DivClassName
{
background-color: #F07D10;
}
.BgClassName
{
background-color: #F07D10;
}
</style>
border-color css
<style>
span { border-color: #F07D10; }
span { border-color: rgb(240,125,16); }
td.TdClassName
{
border-color: #F07D10;
}
.TagClassName
{
border-color: #F07D10;
}
</style>