Shades of Tangerine #F18401
Tints of Tangerine #F18401
RGB
CMYK
RGB Variations
Color information
#F18401 (or 0xF18401) is known color: Tangerine. HEX triplet: F1, 84 and 01. RGB value is (241,132,1). Sum of RGB (Red+Green+Blue) = 241+132+1=374 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.44% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 1 (0.78% from 255 or 0.27% from 374); Max value from RGB is 241 - color contains mainly: red. Hex color #F18401 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18401 is #0E7BFE. Grayscale: #969696. Windows color (decimal): -949247 or 99569. OLE color: 99569.
HSL color Cylindrical-coordinate representation of color #F18401: hue angle of 32.75º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F18401 is Cyan = 0, Magento = 0.45, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 132 | 1 | - |
| CMYK | 0 | 0.45 | 1.00 | 0.05 |
| HSL | 32.75º | 0.99% | 0.47% | - |
| HSV(B) | 32.75º | 1% | 0.95% | - |
| XYZ | 44.53 | 35.21 | 4.48 | - |
| YUV | 149.66 | 44.11 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 132 | 1 | 0 | 0.45 | 1.00 | 0.05 | 32.75 | 0.99 | 0.47 |
| Hex | F1 | 84 | 1 | 0 | 2D | 64 | 5 | 21 | 63 | 2F |
| Octal | 361 | 204 | 1 | 0 | 55 | 144 | 5 | 41 | 143 | 57 |
| Binary | 11110001 | 10000100 | 1 | 0 | 101101 | 1100100 | 101 | 100001 | 1100011 | 101111 |
Color Harmonies of #F18401
Complementary color
Monochromatic Colors of #F18401
Black with #F18401
Text Example
Text Example
White with #F18401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18401; }
p { color: rgb(241,132,1); }
H1.HeaderClassName
{
color: #F18401;
}
.AnyTagClassName
{
color: #F18401;
}
</style>
background-color css
<style>
a { background-color: #F18401; }
a { background-color: rgb(241,132,1); }
div.DivClassName
{
background-color: #F18401;
}
.BgClassName
{
background-color: #F18401;
}
</style>
border-color css
<style>
span { border-color: #F18401; }
span { border-color: rgb(241,132,1); }
td.TdClassName
{
border-color: #F18401;
}
.TagClassName
{
border-color: #F18401;
}
</style>