Shades of Tangerine #F08C07
Tints of Tangerine #F08C07
RGB
CMYK
RGB Variations
Color information
#F08C07 (or 0xF08C07) is known color: Tangerine. HEX triplet: F0, 8C and 07. RGB value is (240,140,7). Sum of RGB (Red+Green+Blue) = 240+140+7=387 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.02% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 7 (3.12% from 255 or 1.81% from 387); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08C07 is #0F73F8. Grayscale: #9B9B9B. Windows color (decimal): -1012729 or 494832. OLE color: 494832.
HSL color Cylindrical-coordinate representation of color #F08C07: hue angle of 34.25º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F08C07 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 140 | 7 | - |
| CMYK | 0 | 0.42 | 0.97 | 0.06 |
| HSL | 34.25º | 0.94% | 0.48% | - |
| HSV(B) | 34.25º | 0.97% | 0.94% | - |
| XYZ | 45.35 | 37.3 | 5.01 | - |
| YUV | 154.74 | 44.63 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 140 | 7 | 0 | 0.42 | 0.97 | 0.06 | 34.25 | 0.94 | 0.48 |
| Hex | F0 | 8C | 7 | 0 | 2A | 61 | 6 | 22 | 5E | 30 |
| Octal | 360 | 214 | 7 | 0 | 52 | 141 | 6 | 42 | 136 | 60 |
| Binary | 11110000 | 10001100 | 111 | 0 | 101010 | 1100001 | 110 | 100010 | 1011110 | 110000 |
Color Harmonies of #F08C07
Complementary color
Monochromatic Colors of #F08C07
Black with #F08C07
Text Example
Text Example
White with #F08C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08C07; }
p { color: rgb(240,140,7); }
H1.HeaderClassName
{
color: #F08C07;
}
.AnyTagClassName
{
color: #F08C07;
}
</style>
background-color css
<style>
a { background-color: #F08C07; }
a { background-color: rgb(240,140,7); }
div.DivClassName
{
background-color: #F08C07;
}
.BgClassName
{
background-color: #F08C07;
}
</style>
border-color css
<style>
span { border-color: #F08C07; }
span { border-color: rgb(240,140,7); }
td.TdClassName
{
border-color: #F08C07;
}
.TagClassName
{
border-color: #F08C07;
}
</style>