Shades of Tangerine #F18F0E
Tints of Tangerine #F18F0E
RGB
CMYK
RGB Variations
Color information
#F18F0E (or 0xF18F0E) is known color: Tangerine. HEX triplet: F1, 8F and 0E. RGB value is (241,143,14). Sum of RGB (Red+Green+Blue) = 241+143+14=398 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.55% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 14 (5.86% from 255 or 3.52% from 398); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18F0E is #0E70F1. Grayscale: #9E9E9E. Windows color (decimal): -946418 or 954353. OLE color: 954353.
HSL color Cylindrical-coordinate representation of color #F18F0E: hue angle of 34.1º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F18F0E is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 14 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.05 |
| HSL | 34.1º | 0.89% | 0.5% | - |
| HSV(B) | 34.1º | 0.94% | 0.95% | - |
| XYZ | 46.18 | 38.38 | 5.39 | - |
| YUV | 157.6 | 46.97 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 14 | 0 | 0.41 | 0.94 | 0.05 | 34.1 | 0.89 | 0.5 |
| Hex | F1 | 8F | E | 0 | 29 | 5E | 5 | 22 | 59 | 32 |
| Octal | 361 | 217 | 16 | 0 | 51 | 136 | 5 | 42 | 131 | 62 |
| Binary | 11110001 | 10001111 | 1110 | 0 | 101001 | 1011110 | 101 | 100010 | 1011001 | 110010 |
Color Harmonies of #F18F0E
Complementary color
Monochromatic Colors of #F18F0E
Black with #F18F0E
Text Example
Text Example
White with #F18F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18F0E; }
p { color: rgb(241,143,14); }
H1.HeaderClassName
{
color: #F18F0E;
}
.AnyTagClassName
{
color: #F18F0E;
}
</style>
background-color css
<style>
a { background-color: #F18F0E; }
a { background-color: rgb(241,143,14); }
div.DivClassName
{
background-color: #F18F0E;
}
.BgClassName
{
background-color: #F18F0E;
}
</style>
border-color css
<style>
span { border-color: #F18F0E; }
span { border-color: rgb(241,143,14); }
td.TdClassName
{
border-color: #F18F0E;
}
.TagClassName
{
border-color: #F18F0E;
}
</style>