Shades of Tangerine #F68210
Tints of Tangerine #F68210
RGB
CMYK
RGB Variations
Color information
#F68210 (or 0xF68210) is known color: Tangerine. HEX triplet: F6, 82 and 10. RGB value is (246,130,16). Sum of RGB (Red+Green+Blue) = 246+130+16=392 (51% of max value = 765). Red value is 246 (96.48% from 255 or 62.76% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 16 (6.64% from 255 or 4.08% from 392); Max value from RGB is 246 - color contains mainly: red. Hex color #F68210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68210 is #097DEF. Grayscale: #989898. Windows color (decimal): -622064 or 1082102. OLE color: 1082102.
HSL color Cylindrical-coordinate representation of color #F68210: hue angle of 29.74º 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 #F68210 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 16 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.04 |
| HSL | 29.74º | 0.93% | 0.51% | - |
| HSV(B) | 29.74º | 0.93% | 0.96% | - |
| XYZ | 46.08 | 35.6 | 4.93 | - |
| YUV | 151.69 | 51.43 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 16 | 0 | 0.47 | 0.93 | 0.04 | 29.74 | 0.93 | 0.51 |
| Hex | F6 | 82 | 10 | 0 | 2F | 5D | 4 | 1E | 5D | 33 |
| Octal | 366 | 202 | 20 | 0 | 57 | 135 | 4 | 36 | 135 | 63 |
| Binary | 11110110 | 10000010 | 10000 | 0 | 101111 | 1011101 | 100 | 11110 | 1011101 | 110011 |
Color Harmonies of #F68210
Complementary color
Monochromatic Colors of #F68210
Black with #F68210
Text Example
Text Example
White with #F68210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68210; }
p { color: rgb(246,130,16); }
H1.HeaderClassName
{
color: #F68210;
}
.AnyTagClassName
{
color: #F68210;
}
</style>
background-color css
<style>
a { background-color: #F68210; }
a { background-color: rgb(246,130,16); }
div.DivClassName
{
background-color: #F68210;
}
.BgClassName
{
background-color: #F68210;
}
</style>
border-color css
<style>
span { border-color: #F68210; }
span { border-color: rgb(246,130,16); }
td.TdClassName
{
border-color: #F68210;
}
.TagClassName
{
border-color: #F68210;
}
</style>