Shades of Tangerine #F68305
Tints of Tangerine #F68305
RGB
CMYK
RGB Variations
Color information
#F68305 (or 0xF68305) is known color: Tangerine. HEX triplet: F6, 83 and 05. RGB value is (246,131,5). Sum of RGB (Red+Green+Blue) = 246+131+5=382 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.40% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 5 (2.34% from 255 or 1.31% from 382); Max value from RGB is 246 - color contains mainly: red. Hex color #F68305 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68305 is #097CFA. Grayscale: #979797. Windows color (decimal): -621819 or 361462. OLE color: 361462.
HSL color Cylindrical-coordinate representation of color #F68305: hue angle of 31.37º 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 #F68305 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 131 | 5 | - |
| CMYK | 0 | 0.47 | 0.98 | 0.04 |
| HSL | 31.37º | 0.96% | 0.49% | - |
| HSV(B) | 31.37º | 0.98% | 0.96% | - |
| XYZ | 46.15 | 35.84 | 4.63 | - |
| YUV | 151.02 | 45.6 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 131 | 5 | 0 | 0.47 | 0.98 | 0.04 | 31.37 | 0.96 | 0.49 |
| Hex | F6 | 83 | 5 | 0 | 2F | 62 | 4 | 1F | 60 | 31 |
| Octal | 366 | 203 | 5 | 0 | 57 | 142 | 4 | 37 | 140 | 61 |
| Binary | 11110110 | 10000011 | 101 | 0 | 101111 | 1100010 | 100 | 11111 | 1100000 | 110001 |
Color Harmonies of #F68305
Complementary color
Monochromatic Colors of #F68305
Black with #F68305
Text Example
Text Example
White with #F68305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68305; }
p { color: rgb(246,131,5); }
H1.HeaderClassName
{
color: #F68305;
}
.AnyTagClassName
{
color: #F68305;
}
</style>
background-color css
<style>
a { background-color: #F68305; }
a { background-color: rgb(246,131,5); }
div.DivClassName
{
background-color: #F68305;
}
.BgClassName
{
background-color: #F68305;
}
</style>
border-color css
<style>
span { border-color: #F68305; }
span { border-color: rgb(246,131,5); }
td.TdClassName
{
border-color: #F68305;
}
.TagClassName
{
border-color: #F68305;
}
</style>