Shades of Coral #F87B42
Tints of Coral #F87B42
RGB
CMYK
RGB Variations
Color information
#F87B42 (or 0xF87B42) is known color: Coral. HEX triplet: F8, 7B and 42. RGB value is (248,123,66). Sum of RGB (Red+Green+Blue) = 248+123+66=437 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.75% from 437); Green value is 123 (48.44% from 255 or 28.15% from 437); Blue value is 66 (26.17% from 255 or 15.10% from 437); Max value from RGB is 248 - color contains mainly: red. Hex color #F87B42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87B42 is #0784BD. Grayscale: #9A9A9A. Windows color (decimal): -492734 or 4357112. OLE color: 4357112.
HSL color Cylindrical-coordinate representation of color #F87B42: hue angle of 18.79º 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 #F87B42 is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 123 | 66 | - |
| CMYK | 0 | 0.50 | 0.73 | 0.03 |
| HSL | 18.79º | 0.93% | 0.62% | - |
| HSV(B) | 18.79º | 0.73% | 0.97% | - |
| XYZ | 46.78 | 34.52 | 9.35 | - |
| YUV | 153.88 | 78.41 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 123 | 66 | 0 | 0.50 | 0.73 | 0.03 | 18.79 | 0.93 | 0.62 |
| Hex | F8 | 7B | 42 | 0 | 32 | 49 | 3 | 13 | 5D | 3E |
| Octal | 370 | 173 | 102 | 0 | 62 | 111 | 3 | 23 | 135 | 76 |
| Binary | 11111000 | 1111011 | 1000010 | 0 | 110010 | 1001001 | 11 | 10011 | 1011101 | 111110 |
Color Harmonies of #F87B42
Complementary color
Monochromatic Colors of #F87B42
Black with #F87B42
Text Example
Text Example
White with #F87B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87B42; }
p { color: rgb(248,123,66); }
H1.HeaderClassName
{
color: #F87B42;
}
.AnyTagClassName
{
color: #F87B42;
}
</style>
background-color css
<style>
a { background-color: #F87B42; }
a { background-color: rgb(248,123,66); }
div.DivClassName
{
background-color: #F87B42;
}
.BgClassName
{
background-color: #F87B42;
}
</style>
border-color css
<style>
span { border-color: #F87B42; }
span { border-color: rgb(248,123,66); }
td.TdClassName
{
border-color: #F87B42;
}
.TagClassName
{
border-color: #F87B42;
}
</style>