Shades of Tangerine #F38610
Tints of Tangerine #F38610
RGB
CMYK
RGB Variations
Color information
#F38610 (or 0xF38610) is known color: Tangerine. HEX triplet: F3, 86 and 10. RGB value is (243,134,16). Sum of RGB (Red+Green+Blue) = 243+134+16=393 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.83% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 16 (6.64% from 255 or 4.07% from 393); Max value from RGB is 243 - color contains mainly: red. Hex color #F38610 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F38610 is #0C79EF. Grayscale: #999999. Windows color (decimal): -817648 or 1083123. OLE color: 1083123.
HSL color Cylindrical-coordinate representation of color #F38610: hue angle of 31.19º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F38610 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 134 | 16 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.05 |
| HSL | 31.19º | 0.9% | 0.51% | - |
| HSV(B) | 31.19º | 0.93% | 0.95% | - |
| XYZ | 45.58 | 36.14 | 5.06 | - |
| YUV | 153.14 | 50.61 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 134 | 16 | 0 | 0.45 | 0.93 | 0.05 | 31.19 | 0.9 | 0.51 |
| Hex | F3 | 86 | 10 | 0 | 2D | 5D | 5 | 1F | 5A | 33 |
| Octal | 363 | 206 | 20 | 0 | 55 | 135 | 5 | 37 | 132 | 63 |
| Binary | 11110011 | 10000110 | 10000 | 0 | 101101 | 1011101 | 101 | 11111 | 1011010 | 110011 |
Color Harmonies of #F38610
Complementary color
Monochromatic Colors of #F38610
Black with #F38610
Text Example
Text Example
White with #F38610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38610; }
p { color: rgb(243,134,16); }
H1.HeaderClassName
{
color: #F38610;
}
.AnyTagClassName
{
color: #F38610;
}
</style>
background-color css
<style>
a { background-color: #F38610; }
a { background-color: rgb(243,134,16); }
div.DivClassName
{
background-color: #F38610;
}
.BgClassName
{
background-color: #F38610;
}
</style>
border-color css
<style>
span { border-color: #F38610; }
span { border-color: rgb(243,134,16); }
td.TdClassName
{
border-color: #F38610;
}
.TagClassName
{
border-color: #F38610;
}
</style>