Shades of Tangerine #F18A09
Tints of Tangerine #F18A09
RGB
CMYK
RGB Variations
Color information
#F18A09 (or 0xF18A09) is known color: Tangerine. HEX triplet: F1, 8A and 09. RGB value is (241,138,9). Sum of RGB (Red+Green+Blue) = 241+138+9=388 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.11% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 9 (3.91% from 255 or 2.32% from 388); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18A09 is #0E75F6. Grayscale: #9A9A9A. Windows color (decimal): -947703 or 625393. OLE color: 625393.
HSL color Cylindrical-coordinate representation of color #F18A09: hue angle of 33.36º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F18A09 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 9 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.05 |
| HSL | 33.36º | 0.93% | 0.49% | - |
| HSV(B) | 33.36º | 0.96% | 0.95% | - |
| XYZ | 45.41 | 36.9 | 4.99 | - |
| YUV | 154.09 | 46.12 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 9 | 0 | 0.43 | 0.96 | 0.05 | 33.36 | 0.93 | 0.49 |
| Hex | F1 | 8A | 9 | 0 | 2B | 60 | 5 | 21 | 5D | 31 |
| Octal | 361 | 212 | 11 | 0 | 53 | 140 | 5 | 41 | 135 | 61 |
| Binary | 11110001 | 10001010 | 1001 | 0 | 101011 | 1100000 | 101 | 100001 | 1011101 | 110001 |
Color Harmonies of #F18A09
Complementary color
Monochromatic Colors of #F18A09
Black with #F18A09
Text Example
Text Example
White with #F18A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18A09; }
p { color: rgb(241,138,9); }
H1.HeaderClassName
{
color: #F18A09;
}
.AnyTagClassName
{
color: #F18A09;
}
</style>
background-color css
<style>
a { background-color: #F18A09; }
a { background-color: rgb(241,138,9); }
div.DivClassName
{
background-color: #F18A09;
}
.BgClassName
{
background-color: #F18A09;
}
</style>
border-color css
<style>
span { border-color: #F18A09; }
span { border-color: rgb(241,138,9); }
td.TdClassName
{
border-color: #F18A09;
}
.TagClassName
{
border-color: #F18A09;
}
</style>