Shades of Tangerine #F18D0C
Tints of Tangerine #F18D0C
RGB
CMYK
RGB Variations
Color information
#F18D0C (or 0xF18D0C) is known color: Tangerine. HEX triplet: F1, 8D and 0C. RGB value is (241,141,12). Sum of RGB (Red+Green+Blue) = 241+141+12=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18D0C is #0E72F3. Grayscale: #9C9C9C. Windows color (decimal): -946932 or 822769. OLE color: 822769.
HSL color Cylindrical-coordinate representation of color #F18D0C: hue angle of 33.8º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F18D0C is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 141 | 12 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.05 |
| HSL | 33.8º | 0.91% | 0.5% | - |
| HSV(B) | 33.8º | 0.95% | 0.95% | - |
| XYZ | 45.87 | 37.78 | 5.22 | - |
| YUV | 156.19 | 46.63 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 141 | 12 | 0 | 0.41 | 0.95 | 0.05 | 33.8 | 0.91 | 0.5 |
| Hex | F1 | 8D | C | 0 | 29 | 5F | 5 | 22 | 5B | 32 |
| Octal | 361 | 215 | 14 | 0 | 51 | 137 | 5 | 42 | 133 | 62 |
| Binary | 11110001 | 10001101 | 1100 | 0 | 101001 | 1011111 | 101 | 100010 | 1011011 | 110010 |
Color Harmonies of #F18D0C
Complementary color
Monochromatic Colors of #F18D0C
Black with #F18D0C
Text Example
Text Example
White with #F18D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18D0C; }
p { color: rgb(241,141,12); }
H1.HeaderClassName
{
color: #F18D0C;
}
.AnyTagClassName
{
color: #F18D0C;
}
</style>
background-color css
<style>
a { background-color: #F18D0C; }
a { background-color: rgb(241,141,12); }
div.DivClassName
{
background-color: #F18D0C;
}
.BgClassName
{
background-color: #F18D0C;
}
</style>
border-color css
<style>
span { border-color: #F18D0C; }
span { border-color: rgb(241,141,12); }
td.TdClassName
{
border-color: #F18D0C;
}
.TagClassName
{
border-color: #F18D0C;
}
</style>