Shades of Tangerine #F68610
Tints of Tangerine #F68610
RGB
CMYK
RGB Variations
Color information
#F68610 (or 0xF68610) is known color: Tangerine. HEX triplet: F6, 86 and 10. RGB value is (246,134,16). Sum of RGB (Red+Green+Blue) = 246+134+16=396 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.12% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 16 (6.64% from 255 or 4.04% from 396); Max value from RGB is 246 - color contains mainly: red. Hex color #F68610 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68610 is #0979EF. Grayscale: #9A9A9A. Windows color (decimal): -621040 or 1083126. OLE color: 1083126.
HSL color Cylindrical-coordinate representation of color #F68610: hue angle of 30.78º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F68610 is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 134 | 16 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.04 |
| HSL | 30.78º | 0.93% | 0.51% | - |
| HSV(B) | 30.78º | 0.93% | 0.96% | - |
| XYZ | 46.62 | 36.68 | 5.11 | - |
| YUV | 154.04 | 50.11 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 134 | 16 | 0 | 0.46 | 0.93 | 0.04 | 30.78 | 0.93 | 0.51 |
| Hex | F6 | 86 | 10 | 0 | 2E | 5D | 4 | 1F | 5D | 33 |
| Octal | 366 | 206 | 20 | 0 | 56 | 135 | 4 | 37 | 135 | 63 |
| Binary | 11110110 | 10000110 | 10000 | 0 | 101110 | 1011101 | 100 | 11111 | 1011101 | 110011 |
Color Harmonies of #F68610
Complementary color
Monochromatic Colors of #F68610
Black with #F68610
Text Example
Text Example
White with #F68610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68610; }
p { color: rgb(246,134,16); }
H1.HeaderClassName
{
color: #F68610;
}
.AnyTagClassName
{
color: #F68610;
}
</style>
background-color css
<style>
a { background-color: #F68610; }
a { background-color: rgb(246,134,16); }
div.DivClassName
{
background-color: #F68610;
}
.BgClassName
{
background-color: #F68610;
}
</style>
border-color css
<style>
span { border-color: #F68610; }
span { border-color: rgb(246,134,16); }
td.TdClassName
{
border-color: #F68610;
}
.TagClassName
{
border-color: #F68610;
}
</style>