Shades of Tangerine #F18304
Tints of Tangerine #F18304
RGB
CMYK
RGB Variations
Color information
#F18304 (or 0xF18304) is known color: Tangerine. HEX triplet: F1, 83 and 04. RGB value is (241,131,4). Sum of RGB (Red+Green+Blue) = 241+131+4=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 4 (1.95% from 255 or 1.06% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F18304 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18304 is #0E7CFB. Grayscale: #969696. Windows color (decimal): -949500 or 295921. OLE color: 295921.
HSL color Cylindrical-coordinate representation of color #F18304: hue angle of 32.15º degrees, saturation: 0.97, 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 #F18304 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 131 | 4 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.05 |
| HSL | 32.15º | 0.97% | 0.48% | - |
| HSV(B) | 32.15º | 0.98% | 0.95% | - |
| XYZ | 44.41 | 34.94 | 4.52 | - |
| YUV | 149.41 | 45.94 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 131 | 4 | 0 | 0.46 | 0.98 | 0.05 | 32.15 | 0.97 | 0.48 |
| Hex | F1 | 83 | 4 | 0 | 2E | 62 | 5 | 20 | 61 | 30 |
| Octal | 361 | 203 | 4 | 0 | 56 | 142 | 5 | 40 | 141 | 60 |
| Binary | 11110001 | 10000011 | 100 | 0 | 101110 | 1100010 | 101 | 100000 | 1100001 | 110000 |
Color Harmonies of #F18304
Complementary color
Monochromatic Colors of #F18304
Black with #F18304
Text Example
Text Example
White with #F18304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18304; }
p { color: rgb(241,131,4); }
H1.HeaderClassName
{
color: #F18304;
}
.AnyTagClassName
{
color: #F18304;
}
</style>
background-color css
<style>
a { background-color: #F18304; }
a { background-color: rgb(241,131,4); }
div.DivClassName
{
background-color: #F18304;
}
.BgClassName
{
background-color: #F18304;
}
</style>
border-color css
<style>
span { border-color: #F18304; }
span { border-color: rgb(241,131,4); }
td.TdClassName
{
border-color: #F18304;
}
.TagClassName
{
border-color: #F18304;
}
</style>