Shades of Tangerine #F57C04
Tints of Tangerine #F57C04
RGB
CMYK
RGB Variations
Color information
#F57C04 (or 0xF57C04) is known color: Tangerine. HEX triplet: F5, 7C and 04. RGB value is (245,124,4). Sum of RGB (Red+Green+Blue) = 245+124+4=373 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.68% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 4 (1.95% from 255 or 1.07% from 373); Max value from RGB is 245 - color contains mainly: red. Hex color #F57C04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57C04 is #0A83FB. Grayscale: #939393. Windows color (decimal): -689148 or 294133. OLE color: 294133.
HSL color Cylindrical-coordinate representation of color #F57C04: hue angle of 29.88º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F57C04 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 124 | 4 | - |
| CMYK | 0 | 0.49 | 0.98 | 0.04 |
| HSL | 29.88º | 0.97% | 0.49% | - |
| HSV(B) | 29.88º | 0.98% | 0.96% | - |
| XYZ | 44.89 | 33.84 | 4.28 | - |
| YUV | 146.5 | 47.59 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 124 | 4 | 0 | 0.49 | 0.98 | 0.04 | 29.88 | 0.97 | 0.49 |
| Hex | F5 | 7C | 4 | 0 | 31 | 62 | 4 | 1E | 61 | 31 |
| Octal | 365 | 174 | 4 | 0 | 61 | 142 | 4 | 36 | 141 | 61 |
| Binary | 11110101 | 1111100 | 100 | 0 | 110001 | 1100010 | 100 | 11110 | 1100001 | 110001 |
Color Harmonies of #F57C04
Complementary color
Monochromatic Colors of #F57C04
Black with #F57C04
Text Example
Text Example
White with #F57C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57C04; }
p { color: rgb(245,124,4); }
H1.HeaderClassName
{
color: #F57C04;
}
.AnyTagClassName
{
color: #F57C04;
}
</style>
background-color css
<style>
a { background-color: #F57C04; }
a { background-color: rgb(245,124,4); }
div.DivClassName
{
background-color: #F57C04;
}
.BgClassName
{
background-color: #F57C04;
}
</style>
border-color css
<style>
span { border-color: #F57C04; }
span { border-color: rgb(245,124,4); }
td.TdClassName
{
border-color: #F57C04;
}
.TagClassName
{
border-color: #F57C04;
}
</style>