Shades of Tangerine #F18A05
Tints of Tangerine #F18A05
RGB
CMYK
RGB Variations
Color information
#F18A05 (or 0xF18A05) is known color: Tangerine. HEX triplet: F1, 8A and 05. RGB value is (241,138,5). Sum of RGB (Red+Green+Blue) = 241+138+5=384 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.76% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 5 (2.34% from 255 or 1.30% from 384); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18A05 is #0E75FA. Grayscale: #9A9A9A. Windows color (decimal): -947707 or 363249. OLE color: 363249.
HSL color Cylindrical-coordinate representation of color #F18A05: hue angle of 33.81º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F18A05 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 5 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.05 |
| HSL | 33.81º | 0.96% | 0.48% | - |
| HSV(B) | 33.81º | 0.98% | 0.95% | - |
| XYZ | 45.39 | 36.89 | 4.87 | - |
| YUV | 153.64 | 44.12 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 5 | 0 | 0.43 | 0.98 | 0.05 | 33.81 | 0.96 | 0.48 |
| Hex | F1 | 8A | 5 | 0 | 2B | 62 | 5 | 22 | 60 | 30 |
| Octal | 361 | 212 | 5 | 0 | 53 | 142 | 5 | 42 | 140 | 60 |
| Binary | 11110001 | 10001010 | 101 | 0 | 101011 | 1100010 | 101 | 100010 | 1100000 | 110000 |
Color Harmonies of #F18A05
Complementary color
Monochromatic Colors of #F18A05
Black with #F18A05
Text Example
Text Example
White with #F18A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18A05; }
p { color: rgb(241,138,5); }
H1.HeaderClassName
{
color: #F18A05;
}
.AnyTagClassName
{
color: #F18A05;
}
</style>
background-color css
<style>
a { background-color: #F18A05; }
a { background-color: rgb(241,138,5); }
div.DivClassName
{
background-color: #F18A05;
}
.BgClassName
{
background-color: #F18A05;
}
</style>
border-color css
<style>
span { border-color: #F18A05; }
span { border-color: rgb(241,138,5); }
td.TdClassName
{
border-color: #F18A05;
}
.TagClassName
{
border-color: #F18A05;
}
</style>