Shades of Tangerine #F18102
Tints of Tangerine #F18102
RGB
CMYK
RGB Variations
Color information
#F18102 (or 0xF18102) is known color: Tangerine. HEX triplet: F1, 81 and 02. RGB value is (241,129,2). Sum of RGB (Red+Green+Blue) = 241+129+2=372 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.78% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 2 (1.17% from 255 or 0.54% from 372); Max value from RGB is 241 - color contains mainly: red. Hex color #F18102 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18102 is #0E7EFD. Grayscale: #949494. Windows color (decimal): -950014 or 164337. OLE color: 164337.
HSL color Cylindrical-coordinate representation of color #F18102: hue angle of 31.88º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F18102 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 129 | 2 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.05 |
| HSL | 31.88º | 0.98% | 0.48% | - |
| HSV(B) | 31.88º | 0.99% | 0.95% | - |
| XYZ | 44.14 | 34.41 | 4.37 | - |
| YUV | 148.01 | 45.61 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 129 | 2 | 0 | 0.46 | 0.99 | 0.05 | 31.88 | 0.98 | 0.48 |
| Hex | F1 | 81 | 2 | 0 | 2E | 63 | 5 | 20 | 62 | 30 |
| Octal | 361 | 201 | 2 | 0 | 56 | 143 | 5 | 40 | 142 | 60 |
| Binary | 11110001 | 10000001 | 10 | 0 | 101110 | 1100011 | 101 | 100000 | 1100010 | 110000 |
Color Harmonies of #F18102
Complementary color
Monochromatic Colors of #F18102
Black with #F18102
Text Example
Text Example
White with #F18102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18102; }
p { color: rgb(241,129,2); }
H1.HeaderClassName
{
color: #F18102;
}
.AnyTagClassName
{
color: #F18102;
}
</style>
background-color css
<style>
a { background-color: #F18102; }
a { background-color: rgb(241,129,2); }
div.DivClassName
{
background-color: #F18102;
}
.BgClassName
{
background-color: #F18102;
}
</style>
border-color css
<style>
span { border-color: #F18102; }
span { border-color: rgb(241,129,2); }
td.TdClassName
{
border-color: #F18102;
}
.TagClassName
{
border-color: #F18102;
}
</style>