Shades of Tangerine #F18D0A
Tints of Tangerine #F18D0A
RGB
CMYK
RGB Variations
Color information
#F18D0A (or 0xF18D0A) is known color: Tangerine. HEX triplet: F1, 8D and 0A. RGB value is (241,141,10). Sum of RGB (Red+Green+Blue) = 241+141+10=392 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.48% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 10 (4.30% from 255 or 2.55% from 392); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18D0A is #0E72F5. Grayscale: #9C9C9C. Windows color (decimal): -946934 or 691697. OLE color: 691697.
HSL color Cylindrical-coordinate representation of color #F18D0A: hue angle of 34.03º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F18D0A is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 141 | 10 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.05 |
| HSL | 34.03º | 0.92% | 0.49% | - |
| HSV(B) | 34.03º | 0.96% | 0.95% | - |
| XYZ | 45.86 | 37.77 | 5.16 | - |
| YUV | 155.97 | 45.63 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 141 | 10 | 0 | 0.41 | 0.96 | 0.05 | 34.03 | 0.92 | 0.49 |
| Hex | F1 | 8D | A | 0 | 29 | 60 | 5 | 22 | 5C | 31 |
| Octal | 361 | 215 | 12 | 0 | 51 | 140 | 5 | 42 | 134 | 61 |
| Binary | 11110001 | 10001101 | 1010 | 0 | 101001 | 1100000 | 101 | 100010 | 1011100 | 110001 |
Color Harmonies of #F18D0A
Complementary color
Monochromatic Colors of #F18D0A
Black with #F18D0A
Text Example
Text Example
White with #F18D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18D0A; }
p { color: rgb(241,141,10); }
H1.HeaderClassName
{
color: #F18D0A;
}
.AnyTagClassName
{
color: #F18D0A;
}
</style>
background-color css
<style>
a { background-color: #F18D0A; }
a { background-color: rgb(241,141,10); }
div.DivClassName
{
background-color: #F18D0A;
}
.BgClassName
{
background-color: #F18D0A;
}
</style>
border-color css
<style>
span { border-color: #F18D0A; }
span { border-color: rgb(241,141,10); }
td.TdClassName
{
border-color: #F18D0A;
}
.TagClassName
{
border-color: #F18D0A;
}
</style>