Shades of Tangerine #F68507
Tints of Tangerine #F68507
RGB
CMYK
RGB Variations
Color information
#F68507 (or 0xF68507) is known color: Tangerine. HEX triplet: F6, 85 and 07. RGB value is (246,133,7). Sum of RGB (Red+Green+Blue) = 246+133+7=386 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.73% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 7 (3.12% from 255 or 1.81% from 386); Max value from RGB is 246 - color contains mainly: red. Hex color #F68507 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68507 is #097AF8. Grayscale: #999999. Windows color (decimal): -621305 or 493046. OLE color: 493046.
HSL color Cylindrical-coordinate representation of color #F68507: hue angle of 31.63º 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 #F68507 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 133 | 7 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.04 |
| HSL | 31.63º | 0.94% | 0.5% | - |
| HSV(B) | 31.63º | 0.97% | 0.96% | - |
| XYZ | 46.43 | 36.38 | 4.78 | - |
| YUV | 152.42 | 45.94 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 133 | 7 | 0 | 0.46 | 0.97 | 0.04 | 31.63 | 0.94 | 0.5 |
| Hex | F6 | 85 | 7 | 0 | 2E | 61 | 4 | 20 | 5E | 32 |
| Octal | 366 | 205 | 7 | 0 | 56 | 141 | 4 | 40 | 136 | 62 |
| Binary | 11110110 | 10000101 | 111 | 0 | 101110 | 1100001 | 100 | 100000 | 1011110 | 110010 |
Color Harmonies of #F68507
Complementary color
Monochromatic Colors of #F68507
Black with #F68507
Text Example
Text Example
White with #F68507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68507; }
p { color: rgb(246,133,7); }
H1.HeaderClassName
{
color: #F68507;
}
.AnyTagClassName
{
color: #F68507;
}
</style>
background-color css
<style>
a { background-color: #F68507; }
a { background-color: rgb(246,133,7); }
div.DivClassName
{
background-color: #F68507;
}
.BgClassName
{
background-color: #F68507;
}
</style>
border-color css
<style>
span { border-color: #F68507; }
span { border-color: rgb(246,133,7); }
td.TdClassName
{
border-color: #F68507;
}
.TagClassName
{
border-color: #F68507;
}
</style>