Shades of Tangerine #F58312
Tints of Tangerine #F58312
RGB
CMYK
RGB Variations
Color information
#F58312 (or 0xF58312) is known color: Tangerine. HEX triplet: F5, 83 and 12. RGB value is (245,131,18). Sum of RGB (Red+Green+Blue) = 245+131+18=394 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.18% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 18 (7.42% from 255 or 4.57% from 394); Max value from RGB is 245 - color contains mainly: red. Hex color #F58312 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58312 is #0A7CED. Grayscale: #989898. Windows color (decimal): -687342 or 1213429. OLE color: 1213429.
HSL color Cylindrical-coordinate representation of color #F58312: hue angle of 29.87º 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 #F58312 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 131 | 18 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.04 |
| HSL | 29.87º | 0.92% | 0.52% | - |
| HSV(B) | 29.87º | 0.93% | 0.96% | - |
| XYZ | 45.88 | 35.69 | 5.04 | - |
| YUV | 152.2 | 52.27 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 131 | 18 | 0 | 0.47 | 0.93 | 0.04 | 29.87 | 0.92 | 0.52 |
| Hex | F5 | 83 | 12 | 0 | 2F | 5D | 4 | 1E | 5C | 34 |
| Octal | 365 | 203 | 22 | 0 | 57 | 135 | 4 | 36 | 134 | 64 |
| Binary | 11110101 | 10000011 | 10010 | 0 | 101111 | 1011101 | 100 | 11110 | 1011100 | 110100 |
Color Harmonies of #F58312
Complementary color
Monochromatic Colors of #F58312
Black with #F58312
Text Example
Text Example
White with #F58312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58312; }
p { color: rgb(245,131,18); }
H1.HeaderClassName
{
color: #F58312;
}
.AnyTagClassName
{
color: #F58312;
}
</style>
background-color css
<style>
a { background-color: #F58312; }
a { background-color: rgb(245,131,18); }
div.DivClassName
{
background-color: #F58312;
}
.BgClassName
{
background-color: #F58312;
}
</style>
border-color css
<style>
span { border-color: #F58312; }
span { border-color: rgb(245,131,18); }
td.TdClassName
{
border-color: #F58312;
}
.TagClassName
{
border-color: #F58312;
}
</style>