Shades of Tangerine #F68005
Tints of Tangerine #F68005
RGB
CMYK
RGB Variations
Color information
#F68005 (or 0xF68005) is known color: Tangerine. HEX triplet: F6, 80 and 05. RGB value is (246,128,5). Sum of RGB (Red+Green+Blue) = 246+128+5=379 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.91% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 5 (2.34% from 255 or 1.32% from 379); Max value from RGB is 246 - color contains mainly: red. Hex color #F68005 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68005 is #097FFA. Grayscale: #959595. Windows color (decimal): -622587 or 360694. OLE color: 360694.
HSL color Cylindrical-coordinate representation of color #F68005: hue angle of 30.62º degrees, saturation: 0.96, 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 #F68005 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 128 | 5 | - |
| CMYK | 0 | 0.48 | 0.98 | 0.04 |
| HSL | 30.62º | 0.96% | 0.49% | - |
| HSV(B) | 30.62º | 0.98% | 0.96% | - |
| XYZ | 45.75 | 35.04 | 4.5 | - |
| YUV | 149.26 | 46.59 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 128 | 5 | 0 | 0.48 | 0.98 | 0.04 | 30.62 | 0.96 | 0.49 |
| Hex | F6 | 80 | 5 | 0 | 30 | 62 | 4 | 1F | 60 | 31 |
| Octal | 366 | 200 | 5 | 0 | 60 | 142 | 4 | 37 | 140 | 61 |
| Binary | 11110110 | 10000000 | 101 | 0 | 110000 | 1100010 | 100 | 11111 | 1100000 | 110001 |
Color Harmonies of #F68005
Complementary color
Monochromatic Colors of #F68005
Black with #F68005
Text Example
Text Example
White with #F68005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68005; }
p { color: rgb(246,128,5); }
H1.HeaderClassName
{
color: #F68005;
}
.AnyTagClassName
{
color: #F68005;
}
</style>
background-color css
<style>
a { background-color: #F68005; }
a { background-color: rgb(246,128,5); }
div.DivClassName
{
background-color: #F68005;
}
.BgClassName
{
background-color: #F68005;
}
</style>
border-color css
<style>
span { border-color: #F68005; }
span { border-color: rgb(246,128,5); }
td.TdClassName
{
border-color: #F68005;
}
.TagClassName
{
border-color: #F68005;
}
</style>