Shades of Tangerine #F18F0C
Tints of Tangerine #F18F0C
RGB
CMYK
RGB Variations
Color information
#F18F0C (or 0xF18F0C) is known color: Tangerine. HEX triplet: F1, 8F and 0C. RGB value is (241,143,12). Sum of RGB (Red+Green+Blue) = 241+143+12=396 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.86% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 12 (5.08% from 255 or 3.03% from 396); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18F0C is #0E70F3. Grayscale: #9D9D9D. Windows color (decimal): -946420 or 823281. OLE color: 823281.
HSL color Cylindrical-coordinate representation of color #F18F0C: hue angle of 34.32º 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 #F18F0C is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 12 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.05 |
| HSL | 34.32º | 0.91% | 0.5% | - |
| HSV(B) | 34.32º | 0.95% | 0.95% | - |
| XYZ | 46.16 | 38.37 | 5.32 | - |
| YUV | 157.37 | 45.97 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 12 | 0 | 0.41 | 0.95 | 0.05 | 34.32 | 0.91 | 0.5 |
| Hex | F1 | 8F | C | 0 | 29 | 5F | 5 | 22 | 5B | 32 |
| Octal | 361 | 217 | 14 | 0 | 51 | 137 | 5 | 42 | 133 | 62 |
| Binary | 11110001 | 10001111 | 1100 | 0 | 101001 | 1011111 | 101 | 100010 | 1011011 | 110010 |
Color Harmonies of #F18F0C
Complementary color
Monochromatic Colors of #F18F0C
Black with #F18F0C
Text Example
Text Example
White with #F18F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18F0C; }
p { color: rgb(241,143,12); }
H1.HeaderClassName
{
color: #F18F0C;
}
.AnyTagClassName
{
color: #F18F0C;
}
</style>
background-color css
<style>
a { background-color: #F18F0C; }
a { background-color: rgb(241,143,12); }
div.DivClassName
{
background-color: #F18F0C;
}
.BgClassName
{
background-color: #F18F0C;
}
</style>
border-color css
<style>
span { border-color: #F18F0C; }
span { border-color: rgb(241,143,12); }
td.TdClassName
{
border-color: #F18F0C;
}
.TagClassName
{
border-color: #F18F0C;
}
</style>