Shades of Tangerine #F57F01
Tints of Tangerine #F57F01
RGB
CMYK
RGB Variations
Color information
#F57F01 (or 0xF57F01) is known color: Tangerine. HEX triplet: F5, 7F and 01. RGB value is (245,127,1). Sum of RGB (Red+Green+Blue) = 245+127+1=373 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.68% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 1 (0.78% from 255 or 0.27% from 373); Max value from RGB is 245 - color contains mainly: red. Hex color #F57F01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57F01 is #0A80FE. Grayscale: #949494. Windows color (decimal): -688383 or 98293. OLE color: 98293.
HSL color Cylindrical-coordinate representation of color #F57F01: hue angle of 30.98º 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 #F57F01 is Cyan = 0, Magento = 0.48, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 127 | 1 | - |
| CMYK | 0 | 0.48 | 1.00 | 0.04 |
| HSL | 30.98º | 0.99% | 0.48% | - |
| HSV(B) | 30.98º | 1% | 0.96% | - |
| XYZ | 45.25 | 34.59 | 4.32 | - |
| YUV | 147.92 | 45.09 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 127 | 1 | 0 | 0.48 | 1.00 | 0.04 | 30.98 | 0.99 | 0.48 |
| Hex | F5 | 7F | 1 | 0 | 30 | 64 | 4 | 1F | 63 | 30 |
| Octal | 365 | 177 | 1 | 0 | 60 | 144 | 4 | 37 | 143 | 60 |
| Binary | 11110101 | 1111111 | 1 | 0 | 110000 | 1100100 | 100 | 11111 | 1100011 | 110000 |
Color Harmonies of #F57F01
Complementary color
Monochromatic Colors of #F57F01
Black with #F57F01
Text Example
Text Example
White with #F57F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57F01; }
p { color: rgb(245,127,1); }
H1.HeaderClassName
{
color: #F57F01;
}
.AnyTagClassName
{
color: #F57F01;
}
</style>
background-color css
<style>
a { background-color: #F57F01; }
a { background-color: rgb(245,127,1); }
div.DivClassName
{
background-color: #F57F01;
}
.BgClassName
{
background-color: #F57F01;
}
</style>
border-color css
<style>
span { border-color: #F57F01; }
span { border-color: rgb(245,127,1); }
td.TdClassName
{
border-color: #F57F01;
}
.TagClassName
{
border-color: #F57F01;
}
</style>