Shades of Tangerine #F18B00
Tints of Tangerine #F18B00
RGB
CMYK
RGB Variations
Color information
#F18B00 (or 0xF18B00) is known color: Tangerine. HEX triplet: F1, 8B and 00. RGB value is (241,139,0). Sum of RGB (Red+Green+Blue) = 241+139+0=380 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.42% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 0 (0.39% from 255 or 0% from 380); Max value from RGB is 241 - color contains mainly: red. Hex color #F18B00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18B00 is #0E74FF. Grayscale: #9A9A9A. Windows color (decimal): -947456 or 35825. OLE color: 35825.
HSL color Cylindrical-coordinate representation of color #F18B00: hue angle of 34.61º 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 #F18B00 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 139 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.05 |
| HSL | 34.61º | 1% | 0.47% | - |
| HSV(B) | 34.61º | 1% | 0.95% | - |
| XYZ | 45.51 | 37.17 | 4.78 | - |
| YUV | 153.65 | 41.29 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 139 | 0 | 0 | 0.42 | 1 | 0.05 | 34.61 | 1 | 0.47 |
| Hex | F1 | 8B | 0 | 0 | 2A | 64 | 5 | 23 | 64 | 2F |
| Octal | 361 | 213 | 0 | 0 | 52 | 144 | 5 | 43 | 144 | 57 |
| Binary | 11110001 | 10001011 | 0 | 0 | 101010 | 1100100 | 101 | 100011 | 1100100 | 101111 |
Color Harmonies of #F18B00
Complementary color
Monochromatic Colors of #F18B00
Black with #F18B00
Text Example
Text Example
White with #F18B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18B00; }
p { color: rgb(241,139,0); }
H1.HeaderClassName
{
color: #F18B00;
}
.AnyTagClassName
{
color: #F18B00;
}
</style>
background-color css
<style>
a { background-color: #F18B00; }
a { background-color: rgb(241,139,0); }
div.DivClassName
{
background-color: #F18B00;
}
.BgClassName
{
background-color: #F18B00;
}
</style>
border-color css
<style>
span { border-color: #F18B00; }
span { border-color: rgb(241,139,0); }
td.TdClassName
{
border-color: #F18B00;
}
.TagClassName
{
border-color: #F18B00;
}
</style>