Shades of Tangerine #F58712
Tints of Tangerine #F58712
RGB
CMYK
RGB Variations
Color information
#F58712 (or 0xF58712) is known color: Tangerine. HEX triplet: F5, 87 and 12. RGB value is (245,135,18). Sum of RGB (Red+Green+Blue) = 245+135+18=398 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.56% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 18 (7.42% from 255 or 4.52% from 398); Max value from RGB is 245 - color contains mainly: red. Hex color #F58712 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58712 is #0A78ED. Grayscale: #9B9B9B. Windows color (decimal): -686318 or 1214453. OLE color: 1214453.
HSL color Cylindrical-coordinate representation of color #F58712: hue angle of 30.93º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F58712 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 135 | 18 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.04 |
| HSL | 30.93º | 0.92% | 0.52% | - |
| HSV(B) | 30.93º | 0.93% | 0.96% | - |
| XYZ | 46.43 | 36.78 | 5.23 | - |
| YUV | 154.55 | 50.94 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 135 | 18 | 0 | 0.45 | 0.93 | 0.04 | 30.93 | 0.92 | 0.52 |
| Hex | F5 | 87 | 12 | 0 | 2D | 5D | 4 | 1F | 5C | 34 |
| Octal | 365 | 207 | 22 | 0 | 55 | 135 | 4 | 37 | 134 | 64 |
| Binary | 11110101 | 10000111 | 10010 | 0 | 101101 | 1011101 | 100 | 11111 | 1011100 | 110100 |
Color Harmonies of #F58712
Complementary color
Monochromatic Colors of #F58712
Black with #F58712
Text Example
Text Example
White with #F58712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58712; }
p { color: rgb(245,135,18); }
H1.HeaderClassName
{
color: #F58712;
}
.AnyTagClassName
{
color: #F58712;
}
</style>
background-color css
<style>
a { background-color: #F58712; }
a { background-color: rgb(245,135,18); }
div.DivClassName
{
background-color: #F58712;
}
.BgClassName
{
background-color: #F58712;
}
</style>
border-color css
<style>
span { border-color: #F58712; }
span { border-color: rgb(245,135,18); }
td.TdClassName
{
border-color: #F58712;
}
.TagClassName
{
border-color: #F58712;
}
</style>