Shades of Tangerine #F08D0F
Tints of Tangerine #F08D0F
RGB
CMYK
RGB Variations
Color information
#F08D0F (or 0xF08D0F) is known color: Tangerine. HEX triplet: F0, 8D and 0F. RGB value is (240,141,15). Sum of RGB (Red+Green+Blue) = 240+141+15=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 15 (6.25% from 255 or 3.79% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08D0F is #0F72F0. Grayscale: #9C9C9C. Windows color (decimal): -1012465 or 1019376. OLE color: 1019376.
HSL color Cylindrical-coordinate representation of color #F08D0F: hue angle of 33.6º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F08D0F is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 141 | 15 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.06 |
| HSL | 33.6º | 0.88% | 0.5% | - |
| HSV(B) | 33.6º | 0.94% | 0.94% | - |
| XYZ | 45.55 | 37.61 | 5.31 | - |
| YUV | 156.24 | 48.3 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 141 | 15 | 0 | 0.41 | 0.94 | 0.06 | 33.6 | 0.88 | 0.5 |
| Hex | F0 | 8D | F | 0 | 29 | 5E | 6 | 22 | 58 | 32 |
| Octal | 360 | 215 | 17 | 0 | 51 | 136 | 6 | 42 | 130 | 62 |
| Binary | 11110000 | 10001101 | 1111 | 0 | 101001 | 1011110 | 110 | 100010 | 1011000 | 110010 |
Color Harmonies of #F08D0F
Complementary color
Monochromatic Colors of #F08D0F
Black with #F08D0F
Text Example
Text Example
White with #F08D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08D0F; }
p { color: rgb(240,141,15); }
H1.HeaderClassName
{
color: #F08D0F;
}
.AnyTagClassName
{
color: #F08D0F;
}
</style>
background-color css
<style>
a { background-color: #F08D0F; }
a { background-color: rgb(240,141,15); }
div.DivClassName
{
background-color: #F08D0F;
}
.BgClassName
{
background-color: #F08D0F;
}
</style>
border-color css
<style>
span { border-color: #F08D0F; }
span { border-color: rgb(240,141,15); }
td.TdClassName
{
border-color: #F08D0F;
}
.TagClassName
{
border-color: #F08D0F;
}
</style>