Shades of Tangerine #F07A04
Tints of Tangerine #F07A04
RGB
CMYK
RGB Variations
Color information
#F07A04 (or 0xF07A04) is known color: Tangerine. HEX triplet: F0, 7A and 04. RGB value is (240,122,4). Sum of RGB (Red+Green+Blue) = 240+122+4=366 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.57% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 4 (1.95% from 255 or 1.09% from 366); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07A04 is #0F85FB. Grayscale: #909090. Windows color (decimal): -1017340 or 293616. OLE color: 293616.
HSL color Cylindrical-coordinate representation of color #F07A04: hue angle of 30º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F07A04 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 122 | 4 | - |
| CMYK | 0 | 0.49 | 0.98 | 0.06 |
| HSL | 30º | 0.97% | 0.48% | - |
| HSV(B) | 30º | 0.98% | 0.94% | - |
| XYZ | 42.92 | 32.45 | 4.12 | - |
| YUV | 143.83 | 49.09 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 122 | 4 | 0 | 0.49 | 0.98 | 0.06 | 30 | 0.97 | 0.48 |
| Hex | F0 | 7A | 4 | 0 | 31 | 62 | 6 | 1E | 61 | 30 |
| Octal | 360 | 172 | 4 | 0 | 61 | 142 | 6 | 36 | 141 | 60 |
| Binary | 11110000 | 1111010 | 100 | 0 | 110001 | 1100010 | 110 | 11110 | 1100001 | 110000 |
Color Harmonies of #F07A04
Complementary color
Monochromatic Colors of #F07A04
Black with #F07A04
Text Example
Text Example
White with #F07A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07A04; }
p { color: rgb(240,122,4); }
H1.HeaderClassName
{
color: #F07A04;
}
.AnyTagClassName
{
color: #F07A04;
}
</style>
background-color css
<style>
a { background-color: #F07A04; }
a { background-color: rgb(240,122,4); }
div.DivClassName
{
background-color: #F07A04;
}
.BgClassName
{
background-color: #F07A04;
}
</style>
border-color css
<style>
span { border-color: #F07A04; }
span { border-color: rgb(240,122,4); }
td.TdClassName
{
border-color: #F07A04;
}
.TagClassName
{
border-color: #F07A04;
}
</style>