Shades of Coral #F87842
Tints of Coral #F87842
RGB
CMYK
RGB Variations
Color information
#F87842 (or 0xF87842) is known color: Coral. HEX triplet: F8, 78 and 42. RGB value is (248,120,66). Sum of RGB (Red+Green+Blue) = 248+120+66=434 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.14% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 66 (26.17% from 255 or 15.21% from 434); Max value from RGB is 248 - color contains mainly: red. Hex color #F87842 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87842 is #0787BD. Grayscale: #989898. Windows color (decimal): -493502 or 4356344. OLE color: 4356344.
HSL color Cylindrical-coordinate representation of color #F87842: hue angle of 17.8º 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 #F87842 is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 120 | 66 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.03 |
| HSL | 17.8º | 0.93% | 0.62% | - |
| HSV(B) | 17.8º | 0.73% | 0.97% | - |
| XYZ | 46.41 | 33.78 | 9.23 | - |
| YUV | 152.12 | 79.41 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 120 | 66 | 0 | 0.52 | 0.73 | 0.03 | 17.8 | 0.93 | 0.62 |
| Hex | F8 | 78 | 42 | 0 | 34 | 49 | 3 | 12 | 5D | 3E |
| Octal | 370 | 170 | 102 | 0 | 64 | 111 | 3 | 22 | 135 | 76 |
| Binary | 11111000 | 1111000 | 1000010 | 0 | 110100 | 1001001 | 11 | 10010 | 1011101 | 111110 |
Color Harmonies of #F87842
Complementary color
Monochromatic Colors of #F87842
Black with #F87842
Text Example
Text Example
White with #F87842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87842; }
p { color: rgb(248,120,66); }
H1.HeaderClassName
{
color: #F87842;
}
.AnyTagClassName
{
color: #F87842;
}
</style>
background-color css
<style>
a { background-color: #F87842; }
a { background-color: rgb(248,120,66); }
div.DivClassName
{
background-color: #F87842;
}
.BgClassName
{
background-color: #F87842;
}
</style>
border-color css
<style>
span { border-color: #F87842; }
span { border-color: rgb(248,120,66); }
td.TdClassName
{
border-color: #F87842;
}
.TagClassName
{
border-color: #F87842;
}
</style>