Shades of Tangerine #F57F09
Tints of Tangerine #F57F09
RGB
CMYK
RGB Variations
Color information
#F57F09 (or 0xF57F09) is known color: Tangerine. HEX triplet: F5, 7F and 09. RGB value is (245,127,9). Sum of RGB (Red+Green+Blue) = 245+127+9=381 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.30% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 9 (3.91% from 255 or 2.36% from 381); Max value from RGB is 245 - color contains mainly: red. Hex color #F57F09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57F09 is #0A80F6. Grayscale: #959595. Windows color (decimal): -688375 or 622581. OLE color: 622581.
HSL color Cylindrical-coordinate representation of color #F57F09: hue angle of 30º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F57F09 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 127 | 9 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.04 |
| HSL | 30º | 0.93% | 0.5% | - |
| HSV(B) | 30º | 0.96% | 0.96% | - |
| XYZ | 45.29 | 34.61 | 4.55 | - |
| YUV | 148.83 | 49.09 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 127 | 9 | 0 | 0.48 | 0.96 | 0.04 | 30 | 0.93 | 0.5 |
| Hex | F5 | 7F | 9 | 0 | 30 | 60 | 4 | 1E | 5D | 32 |
| Octal | 365 | 177 | 11 | 0 | 60 | 140 | 4 | 36 | 135 | 62 |
| Binary | 11110101 | 1111111 | 1001 | 0 | 110000 | 1100000 | 100 | 11110 | 1011101 | 110010 |
Color Harmonies of #F57F09
Complementary color
Monochromatic Colors of #F57F09
Black with #F57F09
Text Example
Text Example
White with #F57F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57F09; }
p { color: rgb(245,127,9); }
H1.HeaderClassName
{
color: #F57F09;
}
.AnyTagClassName
{
color: #F57F09;
}
</style>
background-color css
<style>
a { background-color: #F57F09; }
a { background-color: rgb(245,127,9); }
div.DivClassName
{
background-color: #F57F09;
}
.BgClassName
{
background-color: #F57F09;
}
</style>
border-color css
<style>
span { border-color: #F57F09; }
span { border-color: rgb(245,127,9); }
td.TdClassName
{
border-color: #F57F09;
}
.TagClassName
{
border-color: #F57F09;
}
</style>