Shades of Tangerine #F68C06
Tints of Tangerine #F68C06
RGB
CMYK
RGB Variations
Color information
#F68C06 (or 0xF68C06) is known color: Tangerine. HEX triplet: F6, 8C and 06. RGB value is (246,140,6). Sum of RGB (Red+Green+Blue) = 246+140+6=392 (51% of max value = 765). Red value is 246 (96.48% from 255 or 62.76% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 6 (2.73% from 255 or 1.53% from 392); Max value from RGB is 246 - color contains mainly: red. Hex color #F68C06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68C06 is #0973F9. Grayscale: #9D9D9D. Windows color (decimal): -619514 or 429302. OLE color: 429302.
HSL color Cylindrical-coordinate representation of color #F68C06: hue angle of 33.5º 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 #F68C06 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 140 | 6 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.04 |
| HSL | 33.5º | 0.95% | 0.49% | - |
| HSV(B) | 33.5º | 0.98% | 0.96% | - |
| XYZ | 47.42 | 38.36 | 5.08 | - |
| YUV | 156.42 | 43.12 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 140 | 6 | 0 | 0.43 | 0.98 | 0.04 | 33.5 | 0.95 | 0.49 |
| Hex | F6 | 8C | 6 | 0 | 2B | 62 | 4 | 22 | 5F | 31 |
| Octal | 366 | 214 | 6 | 0 | 53 | 142 | 4 | 42 | 137 | 61 |
| Binary | 11110110 | 10001100 | 110 | 0 | 101011 | 1100010 | 100 | 100010 | 1011111 | 110001 |
Color Harmonies of #F68C06
Complementary color
Monochromatic Colors of #F68C06
Black with #F68C06
Text Example
Text Example
White with #F68C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68C06; }
p { color: rgb(246,140,6); }
H1.HeaderClassName
{
color: #F68C06;
}
.AnyTagClassName
{
color: #F68C06;
}
</style>
background-color css
<style>
a { background-color: #F68C06; }
a { background-color: rgb(246,140,6); }
div.DivClassName
{
background-color: #F68C06;
}
.BgClassName
{
background-color: #F68C06;
}
</style>
border-color css
<style>
span { border-color: #F68C06; }
span { border-color: rgb(246,140,6); }
td.TdClassName
{
border-color: #F68C06;
}
.TagClassName
{
border-color: #F68C06;
}
</style>