Shades of Tangerine #F18105
Tints of Tangerine #F18105
RGB
CMYK
RGB Variations
Color information
#F18105 (or 0xF18105) is known color: Tangerine. HEX triplet: F1, 81 and 05. RGB value is (241,129,5). Sum of RGB (Red+Green+Blue) = 241+129+5=375 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.27% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 5 (2.34% from 255 or 1.33% from 375); Max value from RGB is 241 - color contains mainly: red. Hex color #F18105 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18105 is #0E7EFA. Grayscale: #949494. Windows color (decimal): -950011 or 360945. OLE color: 360945.
HSL color Cylindrical-coordinate representation of color #F18105: hue angle of 31.53º 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 #F18105 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 129 | 5 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.05 |
| HSL | 31.53º | 0.96% | 0.48% | - |
| HSV(B) | 31.53º | 0.98% | 0.95% | - |
| XYZ | 44.15 | 34.41 | 4.46 | - |
| YUV | 148.35 | 47.11 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 129 | 5 | 0 | 0.46 | 0.98 | 0.05 | 31.53 | 0.96 | 0.48 |
| Hex | F1 | 81 | 5 | 0 | 2E | 62 | 5 | 20 | 60 | 30 |
| Octal | 361 | 201 | 5 | 0 | 56 | 142 | 5 | 40 | 140 | 60 |
| Binary | 11110001 | 10000001 | 101 | 0 | 101110 | 1100010 | 101 | 100000 | 1100000 | 110000 |
Color Harmonies of #F18105
Complementary color
Monochromatic Colors of #F18105
Black with #F18105
Text Example
Text Example
White with #F18105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18105; }
p { color: rgb(241,129,5); }
H1.HeaderClassName
{
color: #F18105;
}
.AnyTagClassName
{
color: #F18105;
}
</style>
background-color css
<style>
a { background-color: #F18105; }
a { background-color: rgb(241,129,5); }
div.DivClassName
{
background-color: #F18105;
}
.BgClassName
{
background-color: #F18105;
}
</style>
border-color css
<style>
span { border-color: #F18105; }
span { border-color: rgb(241,129,5); }
td.TdClassName
{
border-color: #F18105;
}
.TagClassName
{
border-color: #F18105;
}
</style>