Shades of Tangerine #F08C00
Tints of Tangerine #F08C00
RGB
CMYK
RGB Variations
Color information
#F08C00 (or 0xF08C00) is known color: Tangerine. HEX triplet: F0, 8C and 00. RGB value is (240,140,0). Sum of RGB (Red+Green+Blue) = 240+140+0=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 0 (0.39% from 255 or 0% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08C00 is #0F73FF. Grayscale: #9A9A9A. Windows color (decimal): -1012736 or 36080. OLE color: 36080.
HSL color Cylindrical-coordinate representation of color #F08C00: hue angle of 35º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F08C00 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 140 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.06 |
| HSL | 35º | 1% | 0.47% | - |
| HSV(B) | 35º | 1% | 0.94% | - |
| XYZ | 45.31 | 37.28 | 4.81 | - |
| YUV | 153.94 | 41.13 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 140 | 0 | 0 | 0.42 | 1 | 0.06 | 35 | 1 | 0.47 |
| Hex | F0 | 8C | 0 | 0 | 2A | 64 | 6 | 23 | 64 | 2F |
| Octal | 360 | 214 | 0 | 0 | 52 | 144 | 6 | 43 | 144 | 57 |
| Binary | 11110000 | 10001100 | 0 | 0 | 101010 | 1100100 | 110 | 100011 | 1100100 | 101111 |
Color Harmonies of #F08C00
Complementary color
Monochromatic Colors of #F08C00
Black with #F08C00
Text Example
Text Example
White with #F08C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08C00; }
p { color: rgb(240,140,0); }
H1.HeaderClassName
{
color: #F08C00;
}
.AnyTagClassName
{
color: #F08C00;
}
</style>
background-color css
<style>
a { background-color: #F08C00; }
a { background-color: rgb(240,140,0); }
div.DivClassName
{
background-color: #F08C00;
}
.BgClassName
{
background-color: #F08C00;
}
</style>
border-color css
<style>
span { border-color: #F08C00; }
span { border-color: rgb(240,140,0); }
td.TdClassName
{
border-color: #F08C00;
}
.TagClassName
{
border-color: #F08C00;
}
</style>