Shades of Tangerine #F18413
Tints of Tangerine #F18413
RGB
CMYK
RGB Variations
Color information
#F18413 (or 0xF18413) is known color: Tangerine. HEX triplet: F1, 84 and 13. RGB value is (241,132,19). Sum of RGB (Red+Green+Blue) = 241+132+19=392 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.48% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 19 (7.81% from 255 or 4.85% from 392); Max value from RGB is 241 - color contains mainly: red. Hex color #F18413 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18413 is #0E7BEC. Grayscale: #989898. Windows color (decimal): -949229 or 1279217. OLE color: 1279217.
HSL color Cylindrical-coordinate representation of color #F18413: hue angle of 30.54º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F18413 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 132 | 19 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.05 |
| HSL | 30.54º | 0.89% | 0.51% | - |
| HSV(B) | 30.54º | 0.92% | 0.95% | - |
| XYZ | 44.64 | 35.25 | 5.07 | - |
| YUV | 151.71 | 53.11 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 132 | 19 | 0 | 0.45 | 0.92 | 0.05 | 30.54 | 0.89 | 0.51 |
| Hex | F1 | 84 | 13 | 0 | 2D | 5C | 5 | 1F | 59 | 33 |
| Octal | 361 | 204 | 23 | 0 | 55 | 134 | 5 | 37 | 131 | 63 |
| Binary | 11110001 | 10000100 | 10011 | 0 | 101101 | 1011100 | 101 | 11111 | 1011001 | 110011 |
Color Harmonies of #F18413
Complementary color
Monochromatic Colors of #F18413
Black with #F18413
Text Example
Text Example
White with #F18413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18413; }
p { color: rgb(241,132,19); }
H1.HeaderClassName
{
color: #F18413;
}
.AnyTagClassName
{
color: #F18413;
}
</style>
background-color css
<style>
a { background-color: #F18413; }
a { background-color: rgb(241,132,19); }
div.DivClassName
{
background-color: #F18413;
}
.BgClassName
{
background-color: #F18413;
}
</style>
border-color css
<style>
span { border-color: #F18413; }
span { border-color: rgb(241,132,19); }
td.TdClassName
{
border-color: #F18413;
}
.TagClassName
{
border-color: #F18413;
}
</style>