Shades of Tangerine #F08400
Tints of Tangerine #F08400
RGB
CMYK
RGB Variations
Color information
#F08400 (or 0xF08400) is known color: Tangerine. HEX triplet: F0, 84 and 00. RGB value is (240,132,0). Sum of RGB (Red+Green+Blue) = 240+132+0=372 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.52% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 0 (0.39% from 255 or 0% from 372); Max value from RGB is 240 - color contains mainly: red. Hex color #F08400 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08400 is #0F7BFF. Grayscale: #959595. Windows color (decimal): -1014784 or 34032. OLE color: 34032.
HSL color Cylindrical-coordinate representation of color #F08400: hue angle of 33º 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 #F08400 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 132 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.06 |
| HSL | 33º | 1% | 0.47% | - |
| HSV(B) | 33º | 1% | 0.94% | - |
| XYZ | 44.19 | 35.03 | 4.43 | - |
| YUV | 149.24 | 43.78 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 132 | 0 | 0 | 0.45 | 1 | 0.06 | 33 | 1 | 0.47 |
| Hex | F0 | 84 | 0 | 0 | 2D | 64 | 6 | 21 | 64 | 2F |
| Octal | 360 | 204 | 0 | 0 | 55 | 144 | 6 | 41 | 144 | 57 |
| Binary | 11110000 | 10000100 | 0 | 0 | 101101 | 1100100 | 110 | 100001 | 1100100 | 101111 |
Color Harmonies of #F08400
Complementary color
Monochromatic Colors of #F08400
Black with #F08400
Text Example
Text Example
White with #F08400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08400; }
p { color: rgb(240,132,0); }
H1.HeaderClassName
{
color: #F08400;
}
.AnyTagClassName
{
color: #F08400;
}
</style>
background-color css
<style>
a { background-color: #F08400; }
a { background-color: rgb(240,132,0); }
div.DivClassName
{
background-color: #F08400;
}
.BgClassName
{
background-color: #F08400;
}
</style>
border-color css
<style>
span { border-color: #F08400; }
span { border-color: rgb(240,132,0); }
td.TdClassName
{
border-color: #F08400;
}
.TagClassName
{
border-color: #F08400;
}
</style>