Shades of Tangerine #F3860D
Tints of Tangerine #F3860D
RGB
CMYK
RGB Variations
Color information
#F3860D (or 0xF3860D) is known color: Tangerine. HEX triplet: F3, 86 and 0D. RGB value is (243,134,13). Sum of RGB (Red+Green+Blue) = 243+134+13=390 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.31% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 13 (5.47% from 255 or 3.33% from 390); Max value from RGB is 243 - color contains mainly: red. Hex color #F3860D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3860D is #0C79F2. Grayscale: #999999. Windows color (decimal): -817651 or 886515. OLE color: 886515.
HSL color Cylindrical-coordinate representation of color #F3860D: hue angle of 31.57º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F3860D is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 134 | 13 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.05 |
| HSL | 31.57º | 0.91% | 0.5% | - |
| HSV(B) | 31.57º | 0.95% | 0.95% | - |
| XYZ | 45.56 | 36.13 | 4.95 | - |
| YUV | 152.8 | 49.11 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 134 | 13 | 0 | 0.45 | 0.95 | 0.05 | 31.57 | 0.91 | 0.5 |
| Hex | F3 | 86 | D | 0 | 2D | 5F | 5 | 20 | 5B | 32 |
| Octal | 363 | 206 | 15 | 0 | 55 | 137 | 5 | 40 | 133 | 62 |
| Binary | 11110011 | 10000110 | 1101 | 0 | 101101 | 1011111 | 101 | 100000 | 1011011 | 110010 |
Color Harmonies of #F3860D
Complementary color
Monochromatic Colors of #F3860D
Black with #F3860D
Text Example
Text Example
White with #F3860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3860D; }
p { color: rgb(243,134,13); }
H1.HeaderClassName
{
color: #F3860D;
}
.AnyTagClassName
{
color: #F3860D;
}
</style>
background-color css
<style>
a { background-color: #F3860D; }
a { background-color: rgb(243,134,13); }
div.DivClassName
{
background-color: #F3860D;
}
.BgClassName
{
background-color: #F3860D;
}
</style>
border-color css
<style>
span { border-color: #F3860D; }
span { border-color: rgb(243,134,13); }
td.TdClassName
{
border-color: #F3860D;
}
.TagClassName
{
border-color: #F3860D;
}
</style>