Shades of Tangerine #F18F00
Tints of Tangerine #F18F00
RGB
CMYK
RGB Variations
Color information
#F18F00 (or 0xF18F00) is known color: Tangerine. HEX triplet: F1, 8F and 00. RGB value is (241,143,0). Sum of RGB (Red+Green+Blue) = 241+143+0=384 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.76% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 0 (0.39% from 255 or 0% from 384); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18F00 is #0E70FF. Grayscale: #9C9C9C. Windows color (decimal): -946432 or 36849. OLE color: 36849.
HSL color Cylindrical-coordinate representation of color #F18F00: hue angle of 35.6º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F18F00 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.05 |
| HSL | 35.6º | 1% | 0.47% | - |
| HSV(B) | 35.6º | 1% | 0.95% | - |
| XYZ | 46.1 | 38.35 | 4.97 | - |
| YUV | 156 | 39.97 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 0 | 0 | 0.41 | 1 | 0.05 | 35.6 | 1 | 0.47 |
| Hex | F1 | 8F | 0 | 0 | 29 | 64 | 5 | 24 | 64 | 2F |
| Octal | 361 | 217 | 0 | 0 | 51 | 144 | 5 | 44 | 144 | 57 |
| Binary | 11110001 | 10001111 | 0 | 0 | 101001 | 1100100 | 101 | 100100 | 1100100 | 101111 |
Color Harmonies of #F18F00
Complementary color
Monochromatic Colors of #F18F00
Black with #F18F00
Text Example
Text Example
White with #F18F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18F00; }
p { color: rgb(241,143,0); }
H1.HeaderClassName
{
color: #F18F00;
}
.AnyTagClassName
{
color: #F18F00;
}
</style>
background-color css
<style>
a { background-color: #F18F00; }
a { background-color: rgb(241,143,0); }
div.DivClassName
{
background-color: #F18F00;
}
.BgClassName
{
background-color: #F18F00;
}
</style>
border-color css
<style>
span { border-color: #F18F00; }
span { border-color: rgb(241,143,0); }
td.TdClassName
{
border-color: #F18F00;
}
.TagClassName
{
border-color: #F18F00;
}
</style>