Shades of Tangerine #F68D06
Tints of Tangerine #F68D06
RGB
CMYK
RGB Variations
Color information
#F68D06 (or 0xF68D06) is known color: Tangerine. HEX triplet: F6, 8D and 06. RGB value is (246,141,6). Sum of RGB (Red+Green+Blue) = 246+141+6=393 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.60% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 6 (2.73% from 255 or 1.53% from 393); Max value from RGB is 246 - color contains mainly: red. Hex color #F68D06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68D06 is #0972F9. Grayscale: #9D9D9D. Windows color (decimal): -619258 or 429558. OLE color: 429558.
HSL color Cylindrical-coordinate representation of color #F68D06: hue angle of 33.75º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F68D06 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 141 | 6 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.04 |
| HSL | 33.75º | 0.95% | 0.49% | - |
| HSV(B) | 33.75º | 0.98% | 0.96% | - |
| XYZ | 47.56 | 38.66 | 5.13 | - |
| YUV | 157.01 | 42.79 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 141 | 6 | 0 | 0.43 | 0.98 | 0.04 | 33.75 | 0.95 | 0.49 |
| Hex | F6 | 8D | 6 | 0 | 2B | 62 | 4 | 22 | 5F | 31 |
| Octal | 366 | 215 | 6 | 0 | 53 | 142 | 4 | 42 | 137 | 61 |
| Binary | 11110110 | 10001101 | 110 | 0 | 101011 | 1100010 | 100 | 100010 | 1011111 | 110001 |
Color Harmonies of #F68D06
Complementary color
Monochromatic Colors of #F68D06
Black with #F68D06
Text Example
Text Example
White with #F68D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68D06; }
p { color: rgb(246,141,6); }
H1.HeaderClassName
{
color: #F68D06;
}
.AnyTagClassName
{
color: #F68D06;
}
</style>
background-color css
<style>
a { background-color: #F68D06; }
a { background-color: rgb(246,141,6); }
div.DivClassName
{
background-color: #F68D06;
}
.BgClassName
{
background-color: #F68D06;
}
</style>
border-color css
<style>
span { border-color: #F68D06; }
span { border-color: rgb(246,141,6); }
td.TdClassName
{
border-color: #F68D06;
}
.TagClassName
{
border-color: #F68D06;
}
</style>