Shades of Tangerine #F68C07
Tints of Tangerine #F68C07
RGB
CMYK
RGB Variations
Color information
#F68C07 (or 0xF68C07) is known color: Tangerine. HEX triplet: F6, 8C and 07. RGB value is (246,140,7). Sum of RGB (Red+Green+Blue) = 246+140+7=393 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.60% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 7 (3.12% from 255 or 1.78% from 393); Max value from RGB is 246 - color contains mainly: red. Hex color #F68C07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68C07 is #0973F8. Grayscale: #9D9D9D. Windows color (decimal): -619513 or 494838. OLE color: 494838.
HSL color Cylindrical-coordinate representation of color #F68C07: hue angle of 33.39º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F68C07 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 140 | 7 | - |
| CMYK | 0 | 0.43 | 0.97 | 0.04 |
| HSL | 33.39º | 0.94% | 0.5% | - |
| HSV(B) | 33.39º | 0.97% | 0.96% | - |
| XYZ | 47.42 | 38.36 | 5.11 | - |
| YUV | 156.53 | 43.62 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 140 | 7 | 0 | 0.43 | 0.97 | 0.04 | 33.39 | 0.94 | 0.5 |
| Hex | F6 | 8C | 7 | 0 | 2B | 61 | 4 | 21 | 5E | 32 |
| Octal | 366 | 214 | 7 | 0 | 53 | 141 | 4 | 41 | 136 | 62 |
| Binary | 11110110 | 10001100 | 111 | 0 | 101011 | 1100001 | 100 | 100001 | 1011110 | 110010 |
Color Harmonies of #F68C07
Complementary color
Monochromatic Colors of #F68C07
Black with #F68C07
Text Example
Text Example
White with #F68C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68C07; }
p { color: rgb(246,140,7); }
H1.HeaderClassName
{
color: #F68C07;
}
.AnyTagClassName
{
color: #F68C07;
}
</style>
background-color css
<style>
a { background-color: #F68C07; }
a { background-color: rgb(246,140,7); }
div.DivClassName
{
background-color: #F68C07;
}
.BgClassName
{
background-color: #F68C07;
}
</style>
border-color css
<style>
span { border-color: #F68C07; }
span { border-color: rgb(246,140,7); }
td.TdClassName
{
border-color: #F68C07;
}
.TagClassName
{
border-color: #F68C07;
}
</style>