Shades of Tangerine #F68506
Tints of Tangerine #F68506
RGB
CMYK
RGB Variations
Color information
#F68506 (or 0xF68506) is known color: Tangerine. HEX triplet: F6, 85 and 06. RGB value is (246,133,6). Sum of RGB (Red+Green+Blue) = 246+133+6=385 (50% of max value = 765). Red value is 246 (96.48% from 255 or 63.90% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 6 (2.73% from 255 or 1.56% from 385); Max value from RGB is 246 - color contains mainly: red. Hex color #F68506 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68506 is #097AF9. Grayscale: #989898. Windows color (decimal): -621306 or 427510. OLE color: 427510.
HSL color Cylindrical-coordinate representation of color #F68506: hue angle of 31.75º 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 #F68506 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 133 | 6 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.04 |
| HSL | 31.75º | 0.95% | 0.49% | - |
| HSV(B) | 31.75º | 0.98% | 0.96% | - |
| XYZ | 46.43 | 36.38 | 4.75 | - |
| YUV | 152.31 | 45.44 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 133 | 6 | 0 | 0.46 | 0.98 | 0.04 | 31.75 | 0.95 | 0.49 |
| Hex | F6 | 85 | 6 | 0 | 2E | 62 | 4 | 20 | 5F | 31 |
| Octal | 366 | 205 | 6 | 0 | 56 | 142 | 4 | 40 | 137 | 61 |
| Binary | 11110110 | 10000101 | 110 | 0 | 101110 | 1100010 | 100 | 100000 | 1011111 | 110001 |
Color Harmonies of #F68506
Complementary color
Monochromatic Colors of #F68506
Black with #F68506
Text Example
Text Example
White with #F68506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68506; }
p { color: rgb(246,133,6); }
H1.HeaderClassName
{
color: #F68506;
}
.AnyTagClassName
{
color: #F68506;
}
</style>
background-color css
<style>
a { background-color: #F68506; }
a { background-color: rgb(246,133,6); }
div.DivClassName
{
background-color: #F68506;
}
.BgClassName
{
background-color: #F68506;
}
</style>
border-color css
<style>
span { border-color: #F68506; }
span { border-color: rgb(246,133,6); }
td.TdClassName
{
border-color: #F68506;
}
.TagClassName
{
border-color: #F68506;
}
</style>