Shades of Tangerine #F57C01
Tints of Tangerine #F57C01
RGB
CMYK
RGB Variations
Color information
#F57C01 (or 0xF57C01) is known color: Tangerine. HEX triplet: F5, 7C and 01. RGB value is (245,124,1). Sum of RGB (Red+Green+Blue) = 245+124+1=370 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.22% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 1 (0.78% from 255 or 0.27% from 370); Max value from RGB is 245 - color contains mainly: red. Hex color #F57C01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57C01 is #0A83FE. Grayscale: #929292. Windows color (decimal): -689151 or 97525. OLE color: 97525.
HSL color Cylindrical-coordinate representation of color #F57C01: hue angle of 30.25º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F57C01 is Cyan = 0, Magento = 0.49, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 124 | 1 | - |
| CMYK | 0 | 0.49 | 1.00 | 0.04 |
| HSL | 30.25º | 0.99% | 0.48% | - |
| HSV(B) | 30.25º | 1% | 0.96% | - |
| XYZ | 44.87 | 33.83 | 4.19 | - |
| YUV | 146.16 | 46.09 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 124 | 1 | 0 | 0.49 | 1.00 | 0.04 | 30.25 | 0.99 | 0.48 |
| Hex | F5 | 7C | 1 | 0 | 31 | 64 | 4 | 1E | 63 | 30 |
| Octal | 365 | 174 | 1 | 0 | 61 | 144 | 4 | 36 | 143 | 60 |
| Binary | 11110101 | 1111100 | 1 | 0 | 110001 | 1100100 | 100 | 11110 | 1100011 | 110000 |
Color Harmonies of #F57C01
Complementary color
Monochromatic Colors of #F57C01
Black with #F57C01
Text Example
Text Example
White with #F57C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57C01; }
p { color: rgb(245,124,1); }
H1.HeaderClassName
{
color: #F57C01;
}
.AnyTagClassName
{
color: #F57C01;
}
</style>
background-color css
<style>
a { background-color: #F57C01; }
a { background-color: rgb(245,124,1); }
div.DivClassName
{
background-color: #F57C01;
}
.BgClassName
{
background-color: #F57C01;
}
</style>
border-color css
<style>
span { border-color: #F57C01; }
span { border-color: rgb(245,124,1); }
td.TdClassName
{
border-color: #F57C01;
}
.TagClassName
{
border-color: #F57C01;
}
</style>