Shades of Tangerine #F68C0B
Tints of Tangerine #F68C0B
RGB
CMYK
RGB Variations
Color information
#F68C0B (or 0xF68C0B) is known color: Tangerine. HEX triplet: F6, 8C and 0B. RGB value is (246,140,11). Sum of RGB (Red+Green+Blue) = 246+140+11=397 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.96% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 11 (4.69% from 255 or 2.77% from 397); Max value from RGB is 246 - color contains mainly: red. Hex color #F68C0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68C0B is #0973F4. Grayscale: #9D9D9D. Windows color (decimal): -619509 or 756982. OLE color: 756982.
HSL color Cylindrical-coordinate representation of color #F68C0B: hue angle of 32.94º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F68C0B is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 140 | 11 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.04 |
| HSL | 32.94º | 0.93% | 0.5% | - |
| HSV(B) | 32.94º | 0.96% | 0.96% | - |
| XYZ | 47.44 | 38.37 | 5.22 | - |
| YUV | 156.99 | 45.62 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 140 | 11 | 0 | 0.43 | 0.96 | 0.04 | 32.94 | 0.93 | 0.5 |
| Hex | F6 | 8C | B | 0 | 2B | 60 | 4 | 21 | 5D | 32 |
| Octal | 366 | 214 | 13 | 0 | 53 | 140 | 4 | 41 | 135 | 62 |
| Binary | 11110110 | 10001100 | 1011 | 0 | 101011 | 1100000 | 100 | 100001 | 1011101 | 110010 |
Color Harmonies of #F68C0B
Complementary color
Monochromatic Colors of #F68C0B
Black with #F68C0B
Text Example
Text Example
White with #F68C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68C0B; }
p { color: rgb(246,140,11); }
H1.HeaderClassName
{
color: #F68C0B;
}
.AnyTagClassName
{
color: #F68C0B;
}
</style>
background-color css
<style>
a { background-color: #F68C0B; }
a { background-color: rgb(246,140,11); }
div.DivClassName
{
background-color: #F68C0B;
}
.BgClassName
{
background-color: #F68C0B;
}
</style>
border-color css
<style>
span { border-color: #F68C0B; }
span { border-color: rgb(246,140,11); }
td.TdClassName
{
border-color: #F68C0B;
}
.TagClassName
{
border-color: #F68C0B;
}
</style>