Shades of Tangerine #F3860A
Tints of Tangerine #F3860A
RGB
CMYK
RGB Variations
Color information
#F3860A (or 0xF3860A) is known color: Tangerine. HEX triplet: F3, 86 and 0A. RGB value is (243,134,10). Sum of RGB (Red+Green+Blue) = 243+134+10=387 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.79% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 10 (4.30% from 255 or 2.58% from 387); Max value from RGB is 243 - color contains mainly: red. Hex color #F3860A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3860A is #0C79F5. Grayscale: #999999. Windows color (decimal): -817654 or 689907. OLE color: 689907.
HSL color Cylindrical-coordinate representation of color #F3860A: hue angle of 31.93º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F3860A is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 134 | 10 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.05 |
| HSL | 31.93º | 0.92% | 0.5% | - |
| HSV(B) | 31.93º | 0.96% | 0.95% | - |
| XYZ | 45.54 | 36.13 | 4.86 | - |
| YUV | 152.46 | 47.61 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 134 | 10 | 0 | 0.45 | 0.96 | 0.05 | 31.93 | 0.92 | 0.5 |
| Hex | F3 | 86 | A | 0 | 2D | 60 | 5 | 20 | 5C | 32 |
| Octal | 363 | 206 | 12 | 0 | 55 | 140 | 5 | 40 | 134 | 62 |
| Binary | 11110011 | 10000110 | 1010 | 0 | 101101 | 1100000 | 101 | 100000 | 1011100 | 110010 |
Color Harmonies of #F3860A
Complementary color
Monochromatic Colors of #F3860A
Black with #F3860A
Text Example
Text Example
White with #F3860A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3860A; }
p { color: rgb(243,134,10); }
H1.HeaderClassName
{
color: #F3860A;
}
.AnyTagClassName
{
color: #F3860A;
}
</style>
background-color css
<style>
a { background-color: #F3860A; }
a { background-color: rgb(243,134,10); }
div.DivClassName
{
background-color: #F3860A;
}
.BgClassName
{
background-color: #F3860A;
}
</style>
border-color css
<style>
span { border-color: #F3860A; }
span { border-color: rgb(243,134,10); }
td.TdClassName
{
border-color: #F3860A;
}
.TagClassName
{
border-color: #F3860A;
}
</style>