Shades of Tangerine #F08600
Tints of Tangerine #F08600
RGB
CMYK
RGB Variations
Color information
#F08600 (or 0xF08600) is known color: Tangerine. HEX triplet: F0, 86 and 00. RGB value is (240,134,0). Sum of RGB (Red+Green+Blue) = 240+134+0=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 0 (0.39% from 255 or 0% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F08600 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08600 is #0F79FF. Grayscale: #979797. Windows color (decimal): -1014272 or 34544. OLE color: 34544.
HSL color Cylindrical-coordinate representation of color #F08600: hue angle of 33.5º 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 #F08600 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 134 | 0 | - |
| CMYK | 0 | 0.44 | 1 | 0.06 |
| HSL | 33.5º | 1% | 0.47% | - |
| HSV(B) | 33.5º | 1% | 0.94% | - |
| XYZ | 44.46 | 35.58 | 4.52 | - |
| YUV | 150.42 | 43.12 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 134 | 0 | 0 | 0.44 | 1 | 0.06 | 33.5 | 1 | 0.47 |
| Hex | F0 | 86 | 0 | 0 | 2C | 64 | 6 | 22 | 64 | 2F |
| Octal | 360 | 206 | 0 | 0 | 54 | 144 | 6 | 42 | 144 | 57 |
| Binary | 11110000 | 10000110 | 0 | 0 | 101100 | 1100100 | 110 | 100010 | 1100100 | 101111 |
Color Harmonies of #F08600
Complementary color
Monochromatic Colors of #F08600
Black with #F08600
Text Example
Text Example
White with #F08600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08600; }
p { color: rgb(240,134,0); }
H1.HeaderClassName
{
color: #F08600;
}
.AnyTagClassName
{
color: #F08600;
}
</style>
background-color css
<style>
a { background-color: #F08600; }
a { background-color: rgb(240,134,0); }
div.DivClassName
{
background-color: #F08600;
}
.BgClassName
{
background-color: #F08600;
}
</style>
border-color css
<style>
span { border-color: #F08600; }
span { border-color: rgb(240,134,0); }
td.TdClassName
{
border-color: #F08600;
}
.TagClassName
{
border-color: #F08600;
}
</style>