Shades of Tangerine #F08312
Tints of Tangerine #F08312
RGB
CMYK
RGB Variations
Color information
#F08312 (or 0xF08312) is known color: Tangerine. HEX triplet: F0, 83 and 12. RGB value is (240,131,18). Sum of RGB (Red+Green+Blue) = 240+131+18=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 18 (7.42% from 255 or 4.63% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F08312 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08312 is #0F7CED. Grayscale: #979797. Windows color (decimal): -1015022 or 1213424. OLE color: 1213424.
HSL color Cylindrical-coordinate representation of color #F08312: hue angle of 30.54º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F08312 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 131 | 18 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.06 |
| HSL | 30.54º | 0.88% | 0.51% | - |
| HSV(B) | 30.54º | 0.93% | 0.94% | - |
| XYZ | 44.16 | 34.8 | 4.96 | - |
| YUV | 150.71 | 53.11 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 131 | 18 | 0 | 0.45 | 0.92 | 0.06 | 30.54 | 0.88 | 0.51 |
| Hex | F0 | 83 | 12 | 0 | 2D | 5C | 6 | 1F | 58 | 33 |
| Octal | 360 | 203 | 22 | 0 | 55 | 134 | 6 | 37 | 130 | 63 |
| Binary | 11110000 | 10000011 | 10010 | 0 | 101101 | 1011100 | 110 | 11111 | 1011000 | 110011 |
Color Harmonies of #F08312
Complementary color
Monochromatic Colors of #F08312
Black with #F08312
Text Example
Text Example
White with #F08312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08312; }
p { color: rgb(240,131,18); }
H1.HeaderClassName
{
color: #F08312;
}
.AnyTagClassName
{
color: #F08312;
}
</style>
background-color css
<style>
a { background-color: #F08312; }
a { background-color: rgb(240,131,18); }
div.DivClassName
{
background-color: #F08312;
}
.BgClassName
{
background-color: #F08312;
}
</style>
border-color css
<style>
span { border-color: #F08312; }
span { border-color: rgb(240,131,18); }
td.TdClassName
{
border-color: #F08312;
}
.TagClassName
{
border-color: #F08312;
}
</style>