Shades of Tangerine #F18A0E
Tints of Tangerine #F18A0E
RGB
CMYK
RGB Variations
Color information
#F18A0E (or 0xF18A0E) is known color: Tangerine. HEX triplet: F1, 8A and 0E. RGB value is (241,138,14). Sum of RGB (Red+Green+Blue) = 241+138+14=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 14 (5.86% from 255 or 3.56% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18A0E is #0E75F1. Grayscale: #9B9B9B. Windows color (decimal): -947698 or 953073. OLE color: 953073.
HSL color Cylindrical-coordinate representation of color #F18A0E: hue angle of 32.78º 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 #F18A0E is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 14 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.05 |
| HSL | 32.78º | 0.89% | 0.5% | - |
| HSV(B) | 32.78º | 0.94% | 0.95% | - |
| XYZ | 45.44 | 36.91 | 5.14 | - |
| YUV | 154.66 | 48.62 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 14 | 0 | 0.43 | 0.94 | 0.05 | 32.78 | 0.89 | 0.5 |
| Hex | F1 | 8A | E | 0 | 2B | 5E | 5 | 21 | 59 | 32 |
| Octal | 361 | 212 | 16 | 0 | 53 | 136 | 5 | 41 | 131 | 62 |
| Binary | 11110001 | 10001010 | 1110 | 0 | 101011 | 1011110 | 101 | 100001 | 1011001 | 110010 |
Color Harmonies of #F18A0E
Complementary color
Monochromatic Colors of #F18A0E
Black with #F18A0E
Text Example
Text Example
White with #F18A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18A0E; }
p { color: rgb(241,138,14); }
H1.HeaderClassName
{
color: #F18A0E;
}
.AnyTagClassName
{
color: #F18A0E;
}
</style>
background-color css
<style>
a { background-color: #F18A0E; }
a { background-color: rgb(241,138,14); }
div.DivClassName
{
background-color: #F18A0E;
}
.BgClassName
{
background-color: #F18A0E;
}
</style>
border-color css
<style>
span { border-color: #F18A0E; }
span { border-color: rgb(241,138,14); }
td.TdClassName
{
border-color: #F18A0E;
}
.TagClassName
{
border-color: #F18A0E;
}
</style>