Shades of Coral #F87C40
Tints of Coral #F87C40
RGB
CMYK
RGB Variations
Color information
#F87C40 (or 0xF87C40) is known color: Coral. HEX triplet: F8, 7C and 40. RGB value is (248,124,64). Sum of RGB (Red+Green+Blue) = 248+124+64=436 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.88% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 64 (25.39% from 255 or 14.68% from 436); Max value from RGB is 248 - color contains mainly: red. Hex color #F87C40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87C40 is #0783BF. Grayscale: #9A9A9A. Windows color (decimal): -492480 or 4226296. OLE color: 4226296.
HSL color Cylindrical-coordinate representation of color #F87C40: hue angle of 19.57º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F87C40 is Cyan = 0, Magento = 0.5, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 124 | 64 | - |
| CMYK | 0 | 0.5 | 0.74 | 0.03 |
| HSL | 19.57º | 0.93% | 0.61% | - |
| HSV(B) | 19.57º | 0.74% | 0.97% | - |
| XYZ | 46.84 | 34.74 | 9.09 | - |
| YUV | 154.24 | 77.08 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 124 | 64 | 0 | 0.5 | 0.74 | 0.03 | 19.57 | 0.93 | 0.61 |
| Hex | F8 | 7C | 40 | 0 | 32 | 4A | 3 | 14 | 5D | 3D |
| Octal | 370 | 174 | 100 | 0 | 62 | 112 | 3 | 24 | 135 | 75 |
| Binary | 11111000 | 1111100 | 1000000 | 0 | 110010 | 1001010 | 11 | 10100 | 1011101 | 111101 |
Color Harmonies of #F87C40
Complementary color
Monochromatic Colors of #F87C40
Black with #F87C40
Text Example
Text Example
White with #F87C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87C40; }
p { color: rgb(248,124,64); }
H1.HeaderClassName
{
color: #F87C40;
}
.AnyTagClassName
{
color: #F87C40;
}
</style>
background-color css
<style>
a { background-color: #F87C40; }
a { background-color: rgb(248,124,64); }
div.DivClassName
{
background-color: #F87C40;
}
.BgClassName
{
background-color: #F87C40;
}
</style>
border-color css
<style>
span { border-color: #F87C40; }
span { border-color: rgb(248,124,64); }
td.TdClassName
{
border-color: #F87C40;
}
.TagClassName
{
border-color: #F87C40;
}
</style>