Shades of Tangerine #F87F00
Tints of Tangerine #F87F00
RGB
CMYK
RGB Variations
Color information
#F87F00 (or 0xF87F00) is known color: Tangerine. HEX triplet: F8, 7F and 00. RGB value is (248,127,0). Sum of RGB (Red+Green+Blue) = 248+127+0=375 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.13% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 0 (0.39% from 255 or 0% from 375); Max value from RGB is 248 - color contains mainly: red. Hex color #F87F00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F87F00 is #0780FF. Grayscale: #959595. Windows color (decimal): -491776 or 32760. OLE color: 32760.
HSL color Cylindrical-coordinate representation of color #F87F00: hue angle of 30.73º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F87F00 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 127 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.03 |
| HSL | 30.73º | 1% | 0.49% | - |
| HSV(B) | 30.73º | 1% | 0.97% | - |
| XYZ | 46.3 | 35.14 | 4.34 | - |
| YUV | 148.7 | 44.09 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 127 | 0 | 0 | 0.49 | 1 | 0.03 | 30.73 | 1 | 0.49 |
| Hex | F8 | 7F | 0 | 0 | 31 | 64 | 3 | 1F | 64 | 31 |
| Octal | 370 | 177 | 0 | 0 | 61 | 144 | 3 | 37 | 144 | 61 |
| Binary | 11111000 | 1111111 | 0 | 0 | 110001 | 1100100 | 11 | 11111 | 1100100 | 110001 |
Color Harmonies of #F87F00
Complementary color
Monochromatic Colors of #F87F00
Black with #F87F00
Text Example
Text Example
White with #F87F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87F00; }
p { color: rgb(248,127,0); }
H1.HeaderClassName
{
color: #F87F00;
}
.AnyTagClassName
{
color: #F87F00;
}
</style>
background-color css
<style>
a { background-color: #F87F00; }
a { background-color: rgb(248,127,0); }
div.DivClassName
{
background-color: #F87F00;
}
.BgClassName
{
background-color: #F87F00;
}
</style>
border-color css
<style>
span { border-color: #F87F00; }
span { border-color: rgb(248,127,0); }
td.TdClassName
{
border-color: #F87F00;
}
.TagClassName
{
border-color: #F87F00;
}
</style>