Shades of Tangerine #F77F00
Tints of Tangerine #F77F00
RGB
CMYK
RGB Variations
Color information
#F77F00 (or 0xF77F00) is known color: Tangerine. HEX triplet: F7, 7F and 00. RGB value is (247,127,0). Sum of RGB (Red+Green+Blue) = 247+127+0=374 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.04% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 0 (0.39% from 255 or 0% from 374); Max value from RGB is 247 - color contains mainly: red. Hex color #F77F00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77F00 is #0880FF. Grayscale: #959595. Windows color (decimal): -557312 or 32759. OLE color: 32759.
HSL color Cylindrical-coordinate representation of color #F77F00: hue angle of 30.85º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F77F00 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 127 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.03 |
| HSL | 30.85º | 1% | 0.48% | - |
| HSV(B) | 30.85º | 1% | 0.97% | - |
| XYZ | 45.95 | 34.95 | 4.32 | - |
| YUV | 148.4 | 44.26 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 127 | 0 | 0 | 0.49 | 1 | 0.03 | 30.85 | 1 | 0.48 |
| Hex | F7 | 7F | 0 | 0 | 31 | 64 | 3 | 1F | 64 | 30 |
| Octal | 367 | 177 | 0 | 0 | 61 | 144 | 3 | 37 | 144 | 60 |
| Binary | 11110111 | 1111111 | 0 | 0 | 110001 | 1100100 | 11 | 11111 | 1100100 | 110000 |
Color Harmonies of #F77F00
Complementary color
Monochromatic Colors of #F77F00
Black with #F77F00
Text Example
Text Example
White with #F77F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77F00; }
p { color: rgb(247,127,0); }
H1.HeaderClassName
{
color: #F77F00;
}
.AnyTagClassName
{
color: #F77F00;
}
</style>
background-color css
<style>
a { background-color: #F77F00; }
a { background-color: rgb(247,127,0); }
div.DivClassName
{
background-color: #F77F00;
}
.BgClassName
{
background-color: #F77F00;
}
</style>
border-color css
<style>
span { border-color: #F77F00; }
span { border-color: rgb(247,127,0); }
td.TdClassName
{
border-color: #F77F00;
}
.TagClassName
{
border-color: #F77F00;
}
</style>