Shades of Coral #F87C42
Tints of Coral #F87C42
RGB
CMYK
RGB Variations
Color information
#F87C42 (or 0xF87C42) is known color: Coral. HEX triplet: F8, 7C and 42. RGB value is (248,124,66). Sum of RGB (Red+Green+Blue) = 248+124+66=438 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.62% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 66 (26.17% from 255 or 15.07% from 438); Max value from RGB is 248 - color contains mainly: red. Hex color #F87C42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87C42 is #0783BD. Grayscale: #9A9A9A. Windows color (decimal): -492478 or 4357368. OLE color: 4357368.
HSL color Cylindrical-coordinate representation of color #F87C42: hue angle of 19.12º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F87C42 is Cyan = 0, Magento = 0.5, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 124 | 66 | - |
| CMYK | 0 | 0.5 | 0.73 | 0.03 |
| HSL | 19.12º | 0.93% | 0.62% | - |
| HSV(B) | 19.12º | 0.73% | 0.97% | - |
| XYZ | 46.9 | 34.77 | 9.39 | - |
| YUV | 154.46 | 78.08 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 124 | 66 | 0 | 0.5 | 0.73 | 0.03 | 19.12 | 0.93 | 0.62 |
| Hex | F8 | 7C | 42 | 0 | 32 | 49 | 3 | 13 | 5D | 3E |
| Octal | 370 | 174 | 102 | 0 | 62 | 111 | 3 | 23 | 135 | 76 |
| Binary | 11111000 | 1111100 | 1000010 | 0 | 110010 | 1001001 | 11 | 10011 | 1011101 | 111110 |
Color Harmonies of #F87C42
Complementary color
Monochromatic Colors of #F87C42
Black with #F87C42
Text Example
Text Example
White with #F87C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87C42; }
p { color: rgb(248,124,66); }
H1.HeaderClassName
{
color: #F87C42;
}
.AnyTagClassName
{
color: #F87C42;
}
</style>
background-color css
<style>
a { background-color: #F87C42; }
a { background-color: rgb(248,124,66); }
div.DivClassName
{
background-color: #F87C42;
}
.BgClassName
{
background-color: #F87C42;
}
</style>
border-color css
<style>
span { border-color: #F87C42; }
span { border-color: rgb(248,124,66); }
td.TdClassName
{
border-color: #F87C42;
}
.TagClassName
{
border-color: #F87C42;
}
</style>