Shades of Tangerine #F18900
Tints of Tangerine #F18900
RGB
CMYK
RGB Variations
Color information
#F18900 (or 0xF18900) is known color: Tangerine. HEX triplet: F1, 89 and 00. RGB value is (241,137,0). Sum of RGB (Red+Green+Blue) = 241+137+0=378 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.76% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 0 (0.39% from 255 or 0% from 378); Max value from RGB is 241 - color contains mainly: red. Hex color #F18900 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18900 is #0E76FF. Grayscale: #999999. Windows color (decimal): -947968 or 35313. OLE color: 35313.
HSL color Cylindrical-coordinate representation of color #F18900: hue angle of 34.11º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F18900 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 137 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.05 |
| HSL | 34.11º | 1% | 0.47% | - |
| HSV(B) | 34.11º | 1% | 0.95% | - |
| XYZ | 45.22 | 36.59 | 4.68 | - |
| YUV | 152.48 | 41.96 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 137 | 0 | 0 | 0.43 | 1 | 0.05 | 34.11 | 1 | 0.47 |
| Hex | F1 | 89 | 0 | 0 | 2B | 64 | 5 | 22 | 64 | 2F |
| Octal | 361 | 211 | 0 | 0 | 53 | 144 | 5 | 42 | 144 | 57 |
| Binary | 11110001 | 10001001 | 0 | 0 | 101011 | 1100100 | 101 | 100010 | 1100100 | 101111 |
Color Harmonies of #F18900
Complementary color
Monochromatic Colors of #F18900
Black with #F18900
Text Example
Text Example
White with #F18900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18900; }
p { color: rgb(241,137,0); }
H1.HeaderClassName
{
color: #F18900;
}
.AnyTagClassName
{
color: #F18900;
}
</style>
background-color css
<style>
a { background-color: #F18900; }
a { background-color: rgb(241,137,0); }
div.DivClassName
{
background-color: #F18900;
}
.BgClassName
{
background-color: #F18900;
}
</style>
border-color css
<style>
span { border-color: #F18900; }
span { border-color: rgb(241,137,0); }
td.TdClassName
{
border-color: #F18900;
}
.TagClassName
{
border-color: #F18900;
}
</style>