Shades of Tangerine #F08D08
Tints of Tangerine #F08D08
RGB
CMYK
RGB Variations
Color information
#F08D08 (or 0xF08D08) is known color: Tangerine. HEX triplet: F0, 8D and 08. RGB value is (240,141,8). Sum of RGB (Red+Green+Blue) = 240+141+8=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 8 (3.52% from 255 or 2.06% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08D08 is #0F72F7. Grayscale: #9C9C9C. Windows color (decimal): -1012472 or 560624. OLE color: 560624.
HSL color Cylindrical-coordinate representation of color #F08D08: hue angle of 34.4º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F08D08 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 141 | 8 | - |
| CMYK | 0 | 0.41 | 0.97 | 0.06 |
| HSL | 34.4º | 0.94% | 0.49% | - |
| HSV(B) | 34.4º | 0.97% | 0.94% | - |
| XYZ | 45.5 | 37.59 | 5.09 | - |
| YUV | 155.44 | 44.8 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 141 | 8 | 0 | 0.41 | 0.97 | 0.06 | 34.4 | 0.94 | 0.49 |
| Hex | F0 | 8D | 8 | 0 | 29 | 61 | 6 | 22 | 5E | 31 |
| Octal | 360 | 215 | 10 | 0 | 51 | 141 | 6 | 42 | 136 | 61 |
| Binary | 11110000 | 10001101 | 1000 | 0 | 101001 | 1100001 | 110 | 100010 | 1011110 | 110001 |
Color Harmonies of #F08D08
Complementary color
Monochromatic Colors of #F08D08
Black with #F08D08
Text Example
Text Example
White with #F08D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08D08; }
p { color: rgb(240,141,8); }
H1.HeaderClassName
{
color: #F08D08;
}
.AnyTagClassName
{
color: #F08D08;
}
</style>
background-color css
<style>
a { background-color: #F08D08; }
a { background-color: rgb(240,141,8); }
div.DivClassName
{
background-color: #F08D08;
}
.BgClassName
{
background-color: #F08D08;
}
</style>
border-color css
<style>
span { border-color: #F08D08; }
span { border-color: rgb(240,141,8); }
td.TdClassName
{
border-color: #F08D08;
}
.TagClassName
{
border-color: #F08D08;
}
</style>