Shades of Tangerine #F68207
Tints of Tangerine #F68207
RGB
CMYK
RGB Variations
Color information
#F68207 (or 0xF68207) is known color: Tangerine. HEX triplet: F6, 82 and 07. RGB value is (246,130,7). Sum of RGB (Red+Green+Blue) = 246+130+7=383 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.23% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 7 (3.12% from 255 or 1.83% from 383); Max value from RGB is 246 - color contains mainly: red. Hex color #F68207 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68207 is #097DF8. Grayscale: #979797. Windows color (decimal): -622073 or 492278. OLE color: 492278.
HSL color Cylindrical-coordinate representation of color #F68207: hue angle of 30.88º 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 #F68207 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 7 | - |
| CMYK | 0 | 0.47 | 0.97 | 0.04 |
| HSL | 30.88º | 0.94% | 0.5% | - |
| HSV(B) | 30.88º | 0.97% | 0.96% | - |
| XYZ | 46.03 | 35.57 | 4.64 | - |
| YUV | 150.66 | 46.93 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 7 | 0 | 0.47 | 0.97 | 0.04 | 30.88 | 0.94 | 0.5 |
| Hex | F6 | 82 | 7 | 0 | 2F | 61 | 4 | 1F | 5E | 32 |
| Octal | 366 | 202 | 7 | 0 | 57 | 141 | 4 | 37 | 136 | 62 |
| Binary | 11110110 | 10000010 | 111 | 0 | 101111 | 1100001 | 100 | 11111 | 1011110 | 110010 |
Color Harmonies of #F68207
Complementary color
Monochromatic Colors of #F68207
Black with #F68207
Text Example
Text Example
White with #F68207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68207; }
p { color: rgb(246,130,7); }
H1.HeaderClassName
{
color: #F68207;
}
.AnyTagClassName
{
color: #F68207;
}
</style>
background-color css
<style>
a { background-color: #F68207; }
a { background-color: rgb(246,130,7); }
div.DivClassName
{
background-color: #F68207;
}
.BgClassName
{
background-color: #F68207;
}
</style>
border-color css
<style>
span { border-color: #F68207; }
span { border-color: rgb(246,130,7); }
td.TdClassName
{
border-color: #F68207;
}
.TagClassName
{
border-color: #F68207;
}
</style>