Shades of Tangerine #F18F01
Tints of Tangerine #F18F01
RGB
CMYK
RGB Variations
Color information
#F18F01 (or 0xF18F01) is known color: Tangerine. HEX triplet: F1, 8F and 01. RGB value is (241,143,1). Sum of RGB (Red+Green+Blue) = 241+143+1=385 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.60% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 1 (0.78% from 255 or 0.26% from 385); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18F01 is #0E70FE. Grayscale: #9C9C9C. Windows color (decimal): -946431 or 102385. OLE color: 102385.
HSL color Cylindrical-coordinate representation of color #F18F01: hue angle of 35.5º 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 #F18F01 is Cyan = 0, Magento = 0.41, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 1 | - |
| CMYK | 0 | 0.41 | 1.00 | 0.05 |
| HSL | 35.5º | 0.99% | 0.47% | - |
| HSV(B) | 35.5º | 1% | 0.95% | - |
| XYZ | 46.1 | 38.35 | 5 | - |
| YUV | 156.11 | 40.47 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 1 | 0 | 0.41 | 1.00 | 0.05 | 35.5 | 0.99 | 0.47 |
| Hex | F1 | 8F | 1 | 0 | 29 | 64 | 5 | 24 | 63 | 2F |
| Octal | 361 | 217 | 1 | 0 | 51 | 144 | 5 | 44 | 143 | 57 |
| Binary | 11110001 | 10001111 | 1 | 0 | 101001 | 1100100 | 101 | 100100 | 1100011 | 101111 |
Color Harmonies of #F18F01
Complementary color
Monochromatic Colors of #F18F01
Black with #F18F01
Text Example
Text Example
White with #F18F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18F01; }
p { color: rgb(241,143,1); }
H1.HeaderClassName
{
color: #F18F01;
}
.AnyTagClassName
{
color: #F18F01;
}
</style>
background-color css
<style>
a { background-color: #F18F01; }
a { background-color: rgb(241,143,1); }
div.DivClassName
{
background-color: #F18F01;
}
.BgClassName
{
background-color: #F18F01;
}
</style>
border-color css
<style>
span { border-color: #F18F01; }
span { border-color: rgb(241,143,1); }
td.TdClassName
{
border-color: #F18F01;
}
.TagClassName
{
border-color: #F18F01;
}
</style>