Shades of Tangerine #F68D08
Tints of Tangerine #F68D08
RGB
CMYK
RGB Variations
Color information
#F68D08 (or 0xF68D08) is known color: Tangerine. HEX triplet: F6, 8D and 08. RGB value is (246,141,8). Sum of RGB (Red+Green+Blue) = 246+141+8=395 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.28% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 8 (3.52% from 255 or 2.03% from 395); Max value from RGB is 246 - color contains mainly: red. Hex color #F68D08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68D08 is #0972F7. Grayscale: #9D9D9D. Windows color (decimal): -619256 or 560630. OLE color: 560630.
HSL color Cylindrical-coordinate representation of color #F68D08: hue angle of 33.53º 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 #F68D08 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 141 | 8 | - |
| CMYK | 0 | 0.43 | 0.97 | 0.04 |
| HSL | 33.53º | 0.94% | 0.5% | - |
| HSV(B) | 33.53º | 0.97% | 0.96% | - |
| XYZ | 47.57 | 38.66 | 5.18 | - |
| YUV | 157.23 | 43.79 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 141 | 8 | 0 | 0.43 | 0.97 | 0.04 | 33.53 | 0.94 | 0.5 |
| Hex | F6 | 8D | 8 | 0 | 2B | 61 | 4 | 22 | 5E | 32 |
| Octal | 366 | 215 | 10 | 0 | 53 | 141 | 4 | 42 | 136 | 62 |
| Binary | 11110110 | 10001101 | 1000 | 0 | 101011 | 1100001 | 100 | 100010 | 1011110 | 110010 |
Color Harmonies of #F68D08
Complementary color
Monochromatic Colors of #F68D08
Black with #F68D08
Text Example
Text Example
White with #F68D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68D08; }
p { color: rgb(246,141,8); }
H1.HeaderClassName
{
color: #F68D08;
}
.AnyTagClassName
{
color: #F68D08;
}
</style>
background-color css
<style>
a { background-color: #F68D08; }
a { background-color: rgb(246,141,8); }
div.DivClassName
{
background-color: #F68D08;
}
.BgClassName
{
background-color: #F68D08;
}
</style>
border-color css
<style>
span { border-color: #F68D08; }
span { border-color: rgb(246,141,8); }
td.TdClassName
{
border-color: #F68D08;
}
.TagClassName
{
border-color: #F68D08;
}
</style>