Shades of Tangerine #F57900
Tints of Tangerine #F57900
RGB
CMYK
RGB Variations
Color information
#F57900 (or 0xF57900) is known color: Tangerine. HEX triplet: F5, 79 and 00. RGB value is (245,121,0). Sum of RGB (Red+Green+Blue) = 245+121+0=366 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.94% from 366); Green value is 121 (47.66% from 255 or 33.06% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 245 - color contains mainly: red. Hex color #F57900 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57900 is #0A86FF. Grayscale: #909090. Windows color (decimal): -689920 or 31221. OLE color: 31221.
HSL color Cylindrical-coordinate representation of color #F57900: hue angle of 29.63º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F57900 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 121 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.04 |
| HSL | 29.63º | 1% | 0.48% | - |
| HSV(B) | 29.63º | 1% | 0.96% | - |
| XYZ | 44.49 | 33.09 | 4.04 | - |
| YUV | 144.28 | 46.58 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 121 | 0 | 0 | 0.51 | 1 | 0.04 | 29.63 | 1 | 0.48 |
| Hex | F5 | 79 | 0 | 0 | 33 | 64 | 4 | 1E | 64 | 30 |
| Octal | 365 | 171 | 0 | 0 | 63 | 144 | 4 | 36 | 144 | 60 |
| Binary | 11110101 | 1111001 | 0 | 0 | 110011 | 1100100 | 100 | 11110 | 1100100 | 110000 |
Color Harmonies of #F57900
Complementary color
Monochromatic Colors of #F57900
Black with #F57900
Text Example
Text Example
White with #F57900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57900; }
p { color: rgb(245,121,0); }
H1.HeaderClassName
{
color: #F57900;
}
.AnyTagClassName
{
color: #F57900;
}
</style>
background-color css
<style>
a { background-color: #F57900; }
a { background-color: rgb(245,121,0); }
div.DivClassName
{
background-color: #F57900;
}
.BgClassName
{
background-color: #F57900;
}
</style>
border-color css
<style>
span { border-color: #F57900; }
span { border-color: rgb(245,121,0); }
td.TdClassName
{
border-color: #F57900;
}
.TagClassName
{
border-color: #F57900;
}
</style>