Shades of Tangerine #F18504
Tints of Tangerine #F18504
RGB
CMYK
RGB Variations
Color information
#F18504 (or 0xF18504) is known color: Tangerine. HEX triplet: F1, 85 and 04. RGB value is (241,133,4). Sum of RGB (Red+Green+Blue) = 241+133+4=378 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.76% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 4 (1.95% from 255 or 1.06% from 378); Max value from RGB is 241 - color contains mainly: red. Hex color #F18504 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18504 is #0E7AFB. Grayscale: #979797. Windows color (decimal): -948988 or 296433. OLE color: 296433.
HSL color Cylindrical-coordinate representation of color #F18504: hue angle of 32.66º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F18504 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 133 | 4 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.05 |
| HSL | 32.66º | 0.97% | 0.48% | - |
| HSV(B) | 32.66º | 0.98% | 0.95% | - |
| XYZ | 44.69 | 35.48 | 4.61 | - |
| YUV | 150.59 | 45.28 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 133 | 4 | 0 | 0.45 | 0.98 | 0.05 | 32.66 | 0.97 | 0.48 |
| Hex | F1 | 85 | 4 | 0 | 2D | 62 | 5 | 21 | 61 | 30 |
| Octal | 361 | 205 | 4 | 0 | 55 | 142 | 5 | 41 | 141 | 60 |
| Binary | 11110001 | 10000101 | 100 | 0 | 101101 | 1100010 | 101 | 100001 | 1100001 | 110000 |
Color Harmonies of #F18504
Complementary color
Monochromatic Colors of #F18504
Black with #F18504
Text Example
Text Example
White with #F18504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18504; }
p { color: rgb(241,133,4); }
H1.HeaderClassName
{
color: #F18504;
}
.AnyTagClassName
{
color: #F18504;
}
</style>
background-color css
<style>
a { background-color: #F18504; }
a { background-color: rgb(241,133,4); }
div.DivClassName
{
background-color: #F18504;
}
.BgClassName
{
background-color: #F18504;
}
</style>
border-color css
<style>
span { border-color: #F18504; }
span { border-color: rgb(241,133,4); }
td.TdClassName
{
border-color: #F18504;
}
.TagClassName
{
border-color: #F18504;
}
</style>