Shades of Tangerine #F18A10
Tints of Tangerine #F18A10
RGB
CMYK
RGB Variations
Color information
#F18A10 (or 0xF18A10) is known color: Tangerine. HEX triplet: F1, 8A and 10. RGB value is (241,138,16). Sum of RGB (Red+Green+Blue) = 241+138+16=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 16 (6.64% from 255 or 4.05% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18A10 is #0E75EF. Grayscale: #9B9B9B. Windows color (decimal): -947696 or 1084145. OLE color: 1084145.
HSL color Cylindrical-coordinate representation of color #F18A10: hue angle of 32.53º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F18A10 is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 16 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.05 |
| HSL | 32.53º | 0.89% | 0.5% | - |
| HSV(B) | 32.53º | 0.93% | 0.95% | - |
| XYZ | 45.46 | 36.92 | 5.22 | - |
| YUV | 154.89 | 49.62 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 16 | 0 | 0.43 | 0.93 | 0.05 | 32.53 | 0.89 | 0.5 |
| Hex | F1 | 8A | 10 | 0 | 2B | 5D | 5 | 21 | 59 | 32 |
| Octal | 361 | 212 | 20 | 0 | 53 | 135 | 5 | 41 | 131 | 62 |
| Binary | 11110001 | 10001010 | 10000 | 0 | 101011 | 1011101 | 101 | 100001 | 1011001 | 110010 |
Color Harmonies of #F18A10
Complementary color
Monochromatic Colors of #F18A10
Black with #F18A10
Text Example
Text Example
White with #F18A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18A10; }
p { color: rgb(241,138,16); }
H1.HeaderClassName
{
color: #F18A10;
}
.AnyTagClassName
{
color: #F18A10;
}
</style>
background-color css
<style>
a { background-color: #F18A10; }
a { background-color: rgb(241,138,16); }
div.DivClassName
{
background-color: #F18A10;
}
.BgClassName
{
background-color: #F18A10;
}
</style>
border-color css
<style>
span { border-color: #F18A10; }
span { border-color: rgb(241,138,16); }
td.TdClassName
{
border-color: #F18A10;
}
.TagClassName
{
border-color: #F18A10;
}
</style>