Shades of Tangerine #F08000
Tints of Tangerine #F08000
RGB
CMYK
RGB Variations
Color information
#F08000 (or 0xF08000) is known color: Tangerine. HEX triplet: F0, 80 and 00. RGB value is (240,128,0). Sum of RGB (Red+Green+Blue) = 240+128+0=368 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.22% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 240 - color contains mainly: red. Hex color #F08000 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08000 is #0F7FFF. Grayscale: #939393. Windows color (decimal): -1015808 or 33008. OLE color: 33008.
HSL color Cylindrical-coordinate representation of color #F08000: hue angle of 32º 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 #F08000 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.06 |
| HSL | 32º | 1% | 0.47% | - |
| HSV(B) | 32º | 1% | 0.94% | - |
| XYZ | 43.65 | 33.96 | 4.25 | - |
| YUV | 146.9 | 45.11 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 0 | 0 | 0.47 | 1 | 0.06 | 32 | 1 | 0.47 |
| Hex | F0 | 80 | 0 | 0 | 2F | 64 | 6 | 20 | 64 | 2F |
| Octal | 360 | 200 | 0 | 0 | 57 | 144 | 6 | 40 | 144 | 57 |
| Binary | 11110000 | 10000000 | 0 | 0 | 101111 | 1100100 | 110 | 100000 | 1100100 | 101111 |
Color Harmonies of #F08000
Complementary color
Monochromatic Colors of #F08000
Black with #F08000
Text Example
Text Example
White with #F08000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08000; }
p { color: rgb(240,128,0); }
H1.HeaderClassName
{
color: #F08000;
}
.AnyTagClassName
{
color: #F08000;
}
</style>
background-color css
<style>
a { background-color: #F08000; }
a { background-color: rgb(240,128,0); }
div.DivClassName
{
background-color: #F08000;
}
.BgClassName
{
background-color: #F08000;
}
</style>
border-color css
<style>
span { border-color: #F08000; }
span { border-color: rgb(240,128,0); }
td.TdClassName
{
border-color: #F08000;
}
.TagClassName
{
border-color: #F08000;
}
</style>