Shades of Tangerine #F57C07
Tints of Tangerine #F57C07
RGB
CMYK
RGB Variations
Color information
#F57C07 (or 0xF57C07) is known color: Tangerine. HEX triplet: F5, 7C and 07. RGB value is (245,124,7). Sum of RGB (Red+Green+Blue) = 245+124+7=376 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.16% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 7 (3.12% from 255 or 1.86% from 376); Max value from RGB is 245 - color contains mainly: red. Hex color #F57C07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57C07 is #0A83F8. Grayscale: #939393. Windows color (decimal): -689145 or 490741. OLE color: 490741.
HSL color Cylindrical-coordinate representation of color #F57C07: hue angle of 29.5º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F57C07 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 124 | 7 | - |
| CMYK | 0 | 0.49 | 0.97 | 0.04 |
| HSL | 29.5º | 0.94% | 0.49% | - |
| HSV(B) | 29.5º | 0.97% | 0.96% | - |
| XYZ | 44.9 | 33.84 | 4.37 | - |
| YUV | 146.84 | 49.09 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 124 | 7 | 0 | 0.49 | 0.97 | 0.04 | 29.5 | 0.94 | 0.49 |
| Hex | F5 | 7C | 7 | 0 | 31 | 61 | 4 | 1D | 5E | 31 |
| Octal | 365 | 174 | 7 | 0 | 61 | 141 | 4 | 35 | 136 | 61 |
| Binary | 11110101 | 1111100 | 111 | 0 | 110001 | 1100001 | 100 | 11101 | 1011110 | 110001 |
Color Harmonies of #F57C07
Complementary color
Monochromatic Colors of #F57C07
Black with #F57C07
Text Example
Text Example
White with #F57C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57C07; }
p { color: rgb(245,124,7); }
H1.HeaderClassName
{
color: #F57C07;
}
.AnyTagClassName
{
color: #F57C07;
}
</style>
background-color css
<style>
a { background-color: #F57C07; }
a { background-color: rgb(245,124,7); }
div.DivClassName
{
background-color: #F57C07;
}
.BgClassName
{
background-color: #F57C07;
}
</style>
border-color css
<style>
span { border-color: #F57C07; }
span { border-color: rgb(245,124,7); }
td.TdClassName
{
border-color: #F57C07;
}
.TagClassName
{
border-color: #F57C07;
}
</style>