Shades of Tangerine #F87C05
Tints of Tangerine #F87C05
RGB
CMYK
RGB Variations
Color information
#F87C05 (or 0xF87C05) is known color: Tangerine. HEX triplet: F8, 7C and 05. RGB value is (248,124,5). Sum of RGB (Red+Green+Blue) = 248+124+5=377 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.78% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 5 (2.34% from 255 or 1.33% from 377); Max value from RGB is 248 - color contains mainly: red. Hex color #F87C05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F87C05 is #0783FA. Grayscale: #949494. Windows color (decimal): -492539 or 359672. OLE color: 359672.
HSL color Cylindrical-coordinate representation of color #F87C05: hue angle of 29.38º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F87C05 is Cyan = 0, Magento = 0.5, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 124 | 5 | - |
| CMYK | 0 | 0.5 | 0.98 | 0.03 |
| HSL | 29.38º | 0.96% | 0.5% | - |
| HSV(B) | 29.38º | 0.98% | 0.97% | - |
| XYZ | 45.95 | 34.38 | 4.36 | - |
| YUV | 147.51 | 47.58 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 124 | 5 | 0 | 0.5 | 0.98 | 0.03 | 29.38 | 0.96 | 0.5 |
| Hex | F8 | 7C | 5 | 0 | 32 | 62 | 3 | 1D | 60 | 32 |
| Octal | 370 | 174 | 5 | 0 | 62 | 142 | 3 | 35 | 140 | 62 |
| Binary | 11111000 | 1111100 | 101 | 0 | 110010 | 1100010 | 11 | 11101 | 1100000 | 110010 |
Color Harmonies of #F87C05
Complementary color
Monochromatic Colors of #F87C05
Black with #F87C05
Text Example
Text Example
White with #F87C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87C05; }
p { color: rgb(248,124,5); }
H1.HeaderClassName
{
color: #F87C05;
}
.AnyTagClassName
{
color: #F87C05;
}
</style>
background-color css
<style>
a { background-color: #F87C05; }
a { background-color: rgb(248,124,5); }
div.DivClassName
{
background-color: #F87C05;
}
.BgClassName
{
background-color: #F87C05;
}
</style>
border-color css
<style>
span { border-color: #F87C05; }
span { border-color: rgb(248,124,5); }
td.TdClassName
{
border-color: #F87C05;
}
.TagClassName
{
border-color: #F87C05;
}
</style>