Shades of Tangerine #F18C0C
Tints of Tangerine #F18C0C
RGB
CMYK
RGB Variations
Color information
#F18C0C (or 0xF18C0C) is known color: Tangerine. HEX triplet: F1, 8C and 0C. RGB value is (241,140,12). Sum of RGB (Red+Green+Blue) = 241+140+12=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 12 (5.08% from 255 or 3.05% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18C0C is #0E73F3. Grayscale: #9C9C9C. Windows color (decimal): -947188 or 822513. OLE color: 822513.
HSL color Cylindrical-coordinate representation of color #F18C0C: hue angle of 33.54º 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 #F18C0C is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 140 | 12 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.05 |
| HSL | 33.54º | 0.91% | 0.5% | - |
| HSV(B) | 33.54º | 0.95% | 0.95% | - |
| XYZ | 45.72 | 37.48 | 5.17 | - |
| YUV | 155.61 | 46.96 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 140 | 12 | 0 | 0.42 | 0.95 | 0.05 | 33.54 | 0.91 | 0.5 |
| Hex | F1 | 8C | C | 0 | 2A | 5F | 5 | 22 | 5B | 32 |
| Octal | 361 | 214 | 14 | 0 | 52 | 137 | 5 | 42 | 133 | 62 |
| Binary | 11110001 | 10001100 | 1100 | 0 | 101010 | 1011111 | 101 | 100010 | 1011011 | 110010 |
Color Harmonies of #F18C0C
Complementary color
Monochromatic Colors of #F18C0C
Black with #F18C0C
Text Example
Text Example
White with #F18C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18C0C; }
p { color: rgb(241,140,12); }
H1.HeaderClassName
{
color: #F18C0C;
}
.AnyTagClassName
{
color: #F18C0C;
}
</style>
background-color css
<style>
a { background-color: #F18C0C; }
a { background-color: rgb(241,140,12); }
div.DivClassName
{
background-color: #F18C0C;
}
.BgClassName
{
background-color: #F18C0C;
}
</style>
border-color css
<style>
span { border-color: #F18C0C; }
span { border-color: rgb(241,140,12); }
td.TdClassName
{
border-color: #F18C0C;
}
.TagClassName
{
border-color: #F18C0C;
}
</style>