Shades of Tangerine #F18A00
Tints of Tangerine #F18A00
RGB
CMYK
RGB Variations
Color information
#F18A00 (or 0xF18A00) is known color: Tangerine. HEX triplet: F1, 8A and 00. RGB value is (241,138,0). Sum of RGB (Red+Green+Blue) = 241+138+0=379 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.59% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 0 (0.39% from 255 or 0% from 379); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18A00 is #0E75FF. Grayscale: #999999. Windows color (decimal): -947712 or 35569. OLE color: 35569.
HSL color Cylindrical-coordinate representation of color #F18A00: hue angle of 34.36º 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 #F18A00 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.05 |
| HSL | 34.36º | 1% | 0.47% | - |
| HSV(B) | 34.36º | 1% | 0.95% | - |
| XYZ | 45.36 | 36.88 | 4.73 | - |
| YUV | 153.07 | 41.62 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 0 | 0 | 0.43 | 1 | 0.05 | 34.36 | 1 | 0.47 |
| Hex | F1 | 8A | 0 | 0 | 2B | 64 | 5 | 22 | 64 | 2F |
| Octal | 361 | 212 | 0 | 0 | 53 | 144 | 5 | 42 | 144 | 57 |
| Binary | 11110001 | 10001010 | 0 | 0 | 101011 | 1100100 | 101 | 100010 | 1100100 | 101111 |
Color Harmonies of #F18A00
Complementary color
Monochromatic Colors of #F18A00
Black with #F18A00
Text Example
Text Example
White with #F18A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18A00; }
p { color: rgb(241,138,0); }
H1.HeaderClassName
{
color: #F18A00;
}
.AnyTagClassName
{
color: #F18A00;
}
</style>
background-color css
<style>
a { background-color: #F18A00; }
a { background-color: rgb(241,138,0); }
div.DivClassName
{
background-color: #F18A00;
}
.BgClassName
{
background-color: #F18A00;
}
</style>
border-color css
<style>
span { border-color: #F18A00; }
span { border-color: rgb(241,138,0); }
td.TdClassName
{
border-color: #F18A00;
}
.TagClassName
{
border-color: #F18A00;
}
</style>