Shades of Tangerine #F6810C
Tints of Tangerine #F6810C
RGB
CMYK
RGB Variations
Color information
#F6810C (or 0xF6810C) is known color: Tangerine. HEX triplet: F6, 81 and 0C. RGB value is (246,129,12). Sum of RGB (Red+Green+Blue) = 246+129+12=387 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.57% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 12 (5.08% from 255 or 3.10% from 387); Max value from RGB is 246 - color contains mainly: red. Hex color #F6810C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6810C is #097EF3. Grayscale: #979797. Windows color (decimal): -622324 or 819702. OLE color: 819702.
HSL color Cylindrical-coordinate representation of color #F6810C: hue angle of 30º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F6810C is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 129 | 12 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.04 |
| HSL | 30º | 0.93% | 0.51% | - |
| HSV(B) | 30º | 0.95% | 0.96% | - |
| XYZ | 45.92 | 35.32 | 4.74 | - |
| YUV | 150.65 | 49.76 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 129 | 12 | 0 | 0.48 | 0.95 | 0.04 | 30 | 0.93 | 0.51 |
| Hex | F6 | 81 | C | 0 | 30 | 5F | 4 | 1E | 5D | 33 |
| Octal | 366 | 201 | 14 | 0 | 60 | 137 | 4 | 36 | 135 | 63 |
| Binary | 11110110 | 10000001 | 1100 | 0 | 110000 | 1011111 | 100 | 11110 | 1011101 | 110011 |
Color Harmonies of #F6810C
Complementary color
Monochromatic Colors of #F6810C
Black with #F6810C
Text Example
Text Example
White with #F6810C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6810C; }
p { color: rgb(246,129,12); }
H1.HeaderClassName
{
color: #F6810C;
}
.AnyTagClassName
{
color: #F6810C;
}
</style>
background-color css
<style>
a { background-color: #F6810C; }
a { background-color: rgb(246,129,12); }
div.DivClassName
{
background-color: #F6810C;
}
.BgClassName
{
background-color: #F6810C;
}
</style>
border-color css
<style>
span { border-color: #F6810C; }
span { border-color: rgb(246,129,12); }
td.TdClassName
{
border-color: #F6810C;
}
.TagClassName
{
border-color: #F6810C;
}
</style>