Shades of Tangerine #F68513
Tints of Tangerine #F68513
RGB
CMYK
RGB Variations
Color information
#F68513 (or 0xF68513) is known color: Tangerine. HEX triplet: F6, 85 and 13. RGB value is (246,133,19). Sum of RGB (Red+Green+Blue) = 246+133+19=398 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.81% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 19 (7.81% from 255 or 4.77% from 398); Max value from RGB is 246 - color contains mainly: red. Hex color #F68513 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68513 is #097AEC. Grayscale: #9A9A9A. Windows color (decimal): -621293 or 1279478. OLE color: 1279478.
HSL color Cylindrical-coordinate representation of color #F68513: hue angle of 30.13º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F68513 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 133 | 19 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.04 |
| HSL | 30.13º | 0.93% | 0.52% | - |
| HSV(B) | 30.13º | 0.92% | 0.96% | - |
| XYZ | 46.51 | 36.41 | 5.19 | - |
| YUV | 153.79 | 51.94 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 133 | 19 | 0 | 0.46 | 0.92 | 0.04 | 30.13 | 0.93 | 0.52 |
| Hex | F6 | 85 | 13 | 0 | 2E | 5C | 4 | 1E | 5D | 34 |
| Octal | 366 | 205 | 23 | 0 | 56 | 134 | 4 | 36 | 135 | 64 |
| Binary | 11110110 | 10000101 | 10011 | 0 | 101110 | 1011100 | 100 | 11110 | 1011101 | 110100 |
Color Harmonies of #F68513
Complementary color
Monochromatic Colors of #F68513
Black with #F68513
Text Example
Text Example
White with #F68513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68513; }
p { color: rgb(246,133,19); }
H1.HeaderClassName
{
color: #F68513;
}
.AnyTagClassName
{
color: #F68513;
}
</style>
background-color css
<style>
a { background-color: #F68513; }
a { background-color: rgb(246,133,19); }
div.DivClassName
{
background-color: #F68513;
}
.BgClassName
{
background-color: #F68513;
}
</style>
border-color css
<style>
span { border-color: #F68513; }
span { border-color: rgb(246,133,19); }
td.TdClassName
{
border-color: #F68513;
}
.TagClassName
{
border-color: #F68513;
}
</style>