Shades of Tangerine #F4900F
Tints of Tangerine #F4900F
RGB
CMYK
RGB Variations
Color information
#F4900F (or 0xF4900F) is known color: Tangerine. HEX triplet: F4, 90 and 0F. RGB value is (244,144,15). Sum of RGB (Red+Green+Blue) = 244+144+15=403 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.55% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 15 (6.25% from 255 or 3.72% from 403); Max value from RGB is 244 - color contains mainly: red. Hex color #F4900F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4900F is #0B6FF0. Grayscale: #9F9F9F. Windows color (decimal): -749553 or 1020148. OLE color: 1020148.
HSL color Cylindrical-coordinate representation of color #F4900F: hue angle of 33.8º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F4900F is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 144 | 15 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.04 |
| HSL | 33.8º | 0.91% | 0.51% | - |
| HSV(B) | 33.8º | 0.94% | 0.96% | - |
| XYZ | 47.37 | 39.21 | 5.52 | - |
| YUV | 159.19 | 46.63 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 144 | 15 | 0 | 0.41 | 0.94 | 0.04 | 33.8 | 0.91 | 0.51 |
| Hex | F4 | 90 | F | 0 | 29 | 5E | 4 | 22 | 5B | 33 |
| Octal | 364 | 220 | 17 | 0 | 51 | 136 | 4 | 42 | 133 | 63 |
| Binary | 11110100 | 10010000 | 1111 | 0 | 101001 | 1011110 | 100 | 100010 | 1011011 | 110011 |
Color Harmonies of #F4900F
Complementary color
Monochromatic Colors of #F4900F
Black with #F4900F
Text Example
Text Example
White with #F4900F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4900F; }
p { color: rgb(244,144,15); }
H1.HeaderClassName
{
color: #F4900F;
}
.AnyTagClassName
{
color: #F4900F;
}
</style>
background-color css
<style>
a { background-color: #F4900F; }
a { background-color: rgb(244,144,15); }
div.DivClassName
{
background-color: #F4900F;
}
.BgClassName
{
background-color: #F4900F;
}
</style>
border-color css
<style>
span { border-color: #F4900F; }
span { border-color: rgb(244,144,15); }
td.TdClassName
{
border-color: #F4900F;
}
.TagClassName
{
border-color: #F4900F;
}
</style>