Shades of Tangerine #F57A04
Tints of Tangerine #F57A04
RGB
CMYK
RGB Variations
Color information
#F57A04 (or 0xF57A04) is known color: Tangerine. HEX triplet: F5, 7A and 04. RGB value is (245,122,4). Sum of RGB (Red+Green+Blue) = 245+122+4=371 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.04% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 4 (1.95% from 255 or 1.08% from 371); Max value from RGB is 245 - color contains mainly: red. Hex color #F57A04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57A04 is #0A85FB. Grayscale: #919191. Windows color (decimal): -689660 or 293621. OLE color: 293621.
HSL color Cylindrical-coordinate representation of color #F57A04: hue angle of 29.38º 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 #F57A04 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 122 | 4 | - |
| CMYK | 0 | 0.50 | 0.98 | 0.04 |
| HSL | 29.38º | 0.97% | 0.49% | - |
| HSV(B) | 29.38º | 0.98% | 0.96% | - |
| XYZ | 44.64 | 33.34 | 4.2 | - |
| YUV | 145.33 | 48.25 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 122 | 4 | 0 | 0.50 | 0.98 | 0.04 | 29.38 | 0.97 | 0.49 |
| Hex | F5 | 7A | 4 | 0 | 32 | 62 | 4 | 1D | 61 | 31 |
| Octal | 365 | 172 | 4 | 0 | 62 | 142 | 4 | 35 | 141 | 61 |
| Binary | 11110101 | 1111010 | 100 | 0 | 110010 | 1100010 | 100 | 11101 | 1100001 | 110001 |
Color Harmonies of #F57A04
Complementary color
Monochromatic Colors of #F57A04
Black with #F57A04
Text Example
Text Example
White with #F57A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57A04; }
p { color: rgb(245,122,4); }
H1.HeaderClassName
{
color: #F57A04;
}
.AnyTagClassName
{
color: #F57A04;
}
</style>
background-color css
<style>
a { background-color: #F57A04; }
a { background-color: rgb(245,122,4); }
div.DivClassName
{
background-color: #F57A04;
}
.BgClassName
{
background-color: #F57A04;
}
</style>
border-color css
<style>
span { border-color: #F57A04; }
span { border-color: rgb(245,122,4); }
td.TdClassName
{
border-color: #F57A04;
}
.TagClassName
{
border-color: #F57A04;
}
</style>