Shades of Tangerine #F58C0A
Tints of Tangerine #F58C0A
RGB
CMYK
RGB Variations
Color information
#F58C0A (or 0xF58C0A) is known color: Tangerine. HEX triplet: F5, 8C and 0A. RGB value is (245,140,10). Sum of RGB (Red+Green+Blue) = 245+140+10=395 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.03% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 10 (4.30% from 255 or 2.53% from 395); Max value from RGB is 245 - color contains mainly: red. Hex color #F58C0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58C0A is #0A73F5. Grayscale: #9D9D9D. Windows color (decimal): -685046 or 691445. OLE color: 691445.
HSL color Cylindrical-coordinate representation of color #F58C0A: hue angle of 33.19º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F58C0A is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 140 | 10 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.04 |
| HSL | 33.19º | 0.92% | 0.5% | - |
| HSV(B) | 33.19º | 0.96% | 0.96% | - |
| XYZ | 47.09 | 38.19 | 5.18 | - |
| YUV | 156.58 | 45.29 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 140 | 10 | 0 | 0.43 | 0.96 | 0.04 | 33.19 | 0.92 | 0.5 |
| Hex | F5 | 8C | A | 0 | 2B | 60 | 4 | 21 | 5C | 32 |
| Octal | 365 | 214 | 12 | 0 | 53 | 140 | 4 | 41 | 134 | 62 |
| Binary | 11110101 | 10001100 | 1010 | 0 | 101011 | 1100000 | 100 | 100001 | 1011100 | 110010 |
Color Harmonies of #F58C0A
Complementary color
Monochromatic Colors of #F58C0A
Black with #F58C0A
Text Example
Text Example
White with #F58C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58C0A; }
p { color: rgb(245,140,10); }
H1.HeaderClassName
{
color: #F58C0A;
}
.AnyTagClassName
{
color: #F58C0A;
}
</style>
background-color css
<style>
a { background-color: #F58C0A; }
a { background-color: rgb(245,140,10); }
div.DivClassName
{
background-color: #F58C0A;
}
.BgClassName
{
background-color: #F58C0A;
}
</style>
border-color css
<style>
span { border-color: #F58C0A; }
span { border-color: rgb(245,140,10); }
td.TdClassName
{
border-color: #F58C0A;
}
.TagClassName
{
border-color: #F58C0A;
}
</style>