Shades of Tangerine #F58C10
Tints of Tangerine #F58C10
RGB
CMYK
RGB Variations
Color information
#F58C10 (or 0xF58C10) is known color: Tangerine. HEX triplet: F5, 8C and 10. RGB value is (245,140,16). Sum of RGB (Red+Green+Blue) = 245+140+16=401 (53% of max value = 765). Red value is 245 (96.09% from 255 or 61.10% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 16 (6.64% from 255 or 3.99% from 401); Max value from RGB is 245 - color contains mainly: red. Hex color #F58C10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58C10 is #0A73EF. Grayscale: #9D9D9D. Windows color (decimal): -685040 or 1084661. OLE color: 1084661.
HSL color Cylindrical-coordinate representation of color #F58C10: hue angle of 32.49º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F58C10 is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 140 | 16 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.04 |
| HSL | 32.49º | 0.92% | 0.51% | - |
| HSV(B) | 32.49º | 0.93% | 0.96% | - |
| XYZ | 47.13 | 38.21 | 5.38 | - |
| YUV | 157.26 | 48.29 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 140 | 16 | 0 | 0.43 | 0.93 | 0.04 | 32.49 | 0.92 | 0.51 |
| Hex | F5 | 8C | 10 | 0 | 2B | 5D | 4 | 20 | 5C | 33 |
| Octal | 365 | 214 | 20 | 0 | 53 | 135 | 4 | 40 | 134 | 63 |
| Binary | 11110101 | 10001100 | 10000 | 0 | 101011 | 1011101 | 100 | 100000 | 1011100 | 110011 |
Color Harmonies of #F58C10
Complementary color
Monochromatic Colors of #F58C10
Black with #F58C10
Text Example
Text Example
White with #F58C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58C10; }
p { color: rgb(245,140,16); }
H1.HeaderClassName
{
color: #F58C10;
}
.AnyTagClassName
{
color: #F58C10;
}
</style>
background-color css
<style>
a { background-color: #F58C10; }
a { background-color: rgb(245,140,16); }
div.DivClassName
{
background-color: #F58C10;
}
.BgClassName
{
background-color: #F58C10;
}
</style>
border-color css
<style>
span { border-color: #F58C10; }
span { border-color: rgb(245,140,16); }
td.TdClassName
{
border-color: #F58C10;
}
.TagClassName
{
border-color: #F58C10;
}
</style>