Shades of Tangerine #F57F07
Tints of Tangerine #F57F07
RGB
CMYK
RGB Variations
Color information
#F57F07 (or 0xF57F07) is known color: Tangerine. HEX triplet: F5, 7F and 07. RGB value is (245,127,7). Sum of RGB (Red+Green+Blue) = 245+127+7=379 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.64% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 7 (3.12% from 255 or 1.85% from 379); Max value from RGB is 245 - color contains mainly: red. Hex color #F57F07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57F07 is #0A80F8. Grayscale: #959595. Windows color (decimal): -688377 or 491509. OLE color: 491509.
HSL color Cylindrical-coordinate representation of color #F57F07: hue angle of 30.25º 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 #F57F07 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 127 | 7 | - |
| CMYK | 0 | 0.48 | 0.97 | 0.04 |
| HSL | 30.25º | 0.94% | 0.49% | - |
| HSV(B) | 30.25º | 0.97% | 0.96% | - |
| XYZ | 45.28 | 34.61 | 4.49 | - |
| YUV | 148.6 | 48.09 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 127 | 7 | 0 | 0.48 | 0.97 | 0.04 | 30.25 | 0.94 | 0.49 |
| Hex | F5 | 7F | 7 | 0 | 30 | 61 | 4 | 1E | 5E | 31 |
| Octal | 365 | 177 | 7 | 0 | 60 | 141 | 4 | 36 | 136 | 61 |
| Binary | 11110101 | 1111111 | 111 | 0 | 110000 | 1100001 | 100 | 11110 | 1011110 | 110001 |
Color Harmonies of #F57F07
Complementary color
Monochromatic Colors of #F57F07
Black with #F57F07
Text Example
Text Example
White with #F57F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57F07; }
p { color: rgb(245,127,7); }
H1.HeaderClassName
{
color: #F57F07;
}
.AnyTagClassName
{
color: #F57F07;
}
</style>
background-color css
<style>
a { background-color: #F57F07; }
a { background-color: rgb(245,127,7); }
div.DivClassName
{
background-color: #F57F07;
}
.BgClassName
{
background-color: #F57F07;
}
</style>
border-color css
<style>
span { border-color: #F57F07; }
span { border-color: rgb(245,127,7); }
td.TdClassName
{
border-color: #F57F07;
}
.TagClassName
{
border-color: #F57F07;
}
</style>