Shades of Tangerine #F68402
Tints of Tangerine #F68402
RGB
CMYK
RGB Variations
Color information
#F68402 (or 0xF68402) is known color: Tangerine. HEX triplet: F6, 84 and 02. RGB value is (246,132,2). Sum of RGB (Red+Green+Blue) = 246+132+2=380 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.74% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 2 (1.17% from 255 or 0.53% from 380); Max value from RGB is 246 - color contains mainly: red. Hex color #F68402 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68402 is #097BFD. Grayscale: #979797. Windows color (decimal): -621566 or 165110. OLE color: 165110.
HSL color Cylindrical-coordinate representation of color #F68402: hue angle of 31.97º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F68402 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 132 | 2 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.04 |
| HSL | 31.97º | 0.98% | 0.49% | - |
| HSV(B) | 31.97º | 0.99% | 0.96% | - |
| XYZ | 46.27 | 36.1 | 4.59 | - |
| YUV | 151.27 | 43.77 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 132 | 2 | 0 | 0.46 | 0.99 | 0.04 | 31.97 | 0.98 | 0.49 |
| Hex | F6 | 84 | 2 | 0 | 2E | 63 | 4 | 20 | 62 | 31 |
| Octal | 366 | 204 | 2 | 0 | 56 | 143 | 4 | 40 | 142 | 61 |
| Binary | 11110110 | 10000100 | 10 | 0 | 101110 | 1100011 | 100 | 100000 | 1100010 | 110001 |
Color Harmonies of #F68402
Complementary color
Monochromatic Colors of #F68402
Black with #F68402
Text Example
Text Example
White with #F68402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68402; }
p { color: rgb(246,132,2); }
H1.HeaderClassName
{
color: #F68402;
}
.AnyTagClassName
{
color: #F68402;
}
</style>
background-color css
<style>
a { background-color: #F68402; }
a { background-color: rgb(246,132,2); }
div.DivClassName
{
background-color: #F68402;
}
.BgClassName
{
background-color: #F68402;
}
</style>
border-color css
<style>
span { border-color: #F68402; }
span { border-color: rgb(246,132,2); }
td.TdClassName
{
border-color: #F68402;
}
.TagClassName
{
border-color: #F68402;
}
</style>