Shades of Tangerine #F38710
Tints of Tangerine #F38710
RGB
CMYK
RGB Variations
Color information
#F38710 (or 0xF38710) is known color: Tangerine. HEX triplet: F3, 87 and 10. RGB value is (243,135,16). Sum of RGB (Red+Green+Blue) = 243+135+16=394 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.68% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 16 (6.64% from 255 or 4.06% from 394); Max value from RGB is 243 - color contains mainly: red. Hex color #F38710 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F38710 is #0C78EF. Grayscale: #9A9A9A. Windows color (decimal): -817392 or 1083379. OLE color: 1083379.
HSL color Cylindrical-coordinate representation of color #F38710: hue angle of 31.45º 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 #F38710 is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 135 | 16 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.05 |
| HSL | 31.45º | 0.9% | 0.51% | - |
| HSV(B) | 31.45º | 0.93% | 0.95% | - |
| XYZ | 45.72 | 36.42 | 5.11 | - |
| YUV | 153.73 | 50.28 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 135 | 16 | 0 | 0.44 | 0.93 | 0.05 | 31.45 | 0.9 | 0.51 |
| Hex | F3 | 87 | 10 | 0 | 2C | 5D | 5 | 1F | 5A | 33 |
| Octal | 363 | 207 | 20 | 0 | 54 | 135 | 5 | 37 | 132 | 63 |
| Binary | 11110011 | 10000111 | 10000 | 0 | 101100 | 1011101 | 101 | 11111 | 1011010 | 110011 |
Color Harmonies of #F38710
Complementary color
Monochromatic Colors of #F38710
Black with #F38710
Text Example
Text Example
White with #F38710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38710; }
p { color: rgb(243,135,16); }
H1.HeaderClassName
{
color: #F38710;
}
.AnyTagClassName
{
color: #F38710;
}
</style>
background-color css
<style>
a { background-color: #F38710; }
a { background-color: rgb(243,135,16); }
div.DivClassName
{
background-color: #F38710;
}
.BgClassName
{
background-color: #F38710;
}
</style>
border-color css
<style>
span { border-color: #F38710; }
span { border-color: rgb(243,135,16); }
td.TdClassName
{
border-color: #F38710;
}
.TagClassName
{
border-color: #F38710;
}
</style>