Shades of Tangerine #F68308
Tints of Tangerine #F68308
RGB
CMYK
RGB Variations
Color information
#F68308 (or 0xF68308) is known color: Tangerine. HEX triplet: F6, 83 and 08. RGB value is (246,131,8). Sum of RGB (Red+Green+Blue) = 246+131+8=385 (50% of max value = 765). Red value is 246 (96.48% from 255 or 63.90% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 8 (3.52% from 255 or 2.08% from 385); Max value from RGB is 246 - color contains mainly: red. Hex color #F68308 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68308 is #097CF7. Grayscale: #979797. Windows color (decimal): -621816 or 558070. OLE color: 558070.
HSL color Cylindrical-coordinate representation of color #F68308: hue angle of 31.01º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F68308 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 131 | 8 | - |
| CMYK | 0 | 0.47 | 0.97 | 0.04 |
| HSL | 31.01º | 0.94% | 0.5% | - |
| HSV(B) | 31.01º | 0.97% | 0.96% | - |
| XYZ | 46.17 | 35.84 | 4.71 | - |
| YUV | 151.36 | 47.1 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 131 | 8 | 0 | 0.47 | 0.97 | 0.04 | 31.01 | 0.94 | 0.5 |
| Hex | F6 | 83 | 8 | 0 | 2F | 61 | 4 | 1F | 5E | 32 |
| Octal | 366 | 203 | 10 | 0 | 57 | 141 | 4 | 37 | 136 | 62 |
| Binary | 11110110 | 10000011 | 1000 | 0 | 101111 | 1100001 | 100 | 11111 | 1011110 | 110010 |
Color Harmonies of #F68308
Complementary color
Monochromatic Colors of #F68308
Black with #F68308
Text Example
Text Example
White with #F68308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68308; }
p { color: rgb(246,131,8); }
H1.HeaderClassName
{
color: #F68308;
}
.AnyTagClassName
{
color: #F68308;
}
</style>
background-color css
<style>
a { background-color: #F68308; }
a { background-color: rgb(246,131,8); }
div.DivClassName
{
background-color: #F68308;
}
.BgClassName
{
background-color: #F68308;
}
</style>
border-color css
<style>
span { border-color: #F68308; }
span { border-color: rgb(246,131,8); }
td.TdClassName
{
border-color: #F68308;
}
.TagClassName
{
border-color: #F68308;
}
</style>