Shades of Coral #F8764C
Tints of Coral #F8764C
RGB
CMYK
RGB Variations
Color information
#F8764C (or 0xF8764C) is known color: Coral. HEX triplet: F8, 76 and 4C. RGB value is (248,118,76). Sum of RGB (Red+Green+Blue) = 248+118+76=442 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.11% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 76 (30.08% from 255 or 17.19% from 442); Max value from RGB is 248 - color contains mainly: red. Hex color #F8764C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8764C is #0789B3. Grayscale: #989898. Windows color (decimal): -494004 or 5011192. OLE color: 5011192.
HSL color Cylindrical-coordinate representation of color #F8764C: hue angle of 14.65º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F8764C is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 118 | 76 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.03 |
| HSL | 14.65º | 0.92% | 0.64% | - |
| HSV(B) | 14.65º | 0.69% | 0.97% | - |
| XYZ | 46.49 | 33.44 | 10.84 | - |
| YUV | 152.08 | 85.07 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 118 | 76 | 0 | 0.52 | 0.69 | 0.03 | 14.65 | 0.92 | 0.64 |
| Hex | F8 | 76 | 4C | 0 | 34 | 45 | 3 | F | 5C | 40 |
| Octal | 370 | 166 | 114 | 0 | 64 | 105 | 3 | 17 | 134 | 100 |
| Binary | 11111000 | 1110110 | 1001100 | 0 | 110100 | 1000101 | 11 | 1111 | 1011100 | 1000000 |
Color Harmonies of #F8764C
Complementary color
Monochromatic Colors of #F8764C
Black with #F8764C
Text Example
Text Example
White with #F8764C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8764C; }
p { color: rgb(248,118,76); }
H1.HeaderClassName
{
color: #F8764C;
}
.AnyTagClassName
{
color: #F8764C;
}
</style>
background-color css
<style>
a { background-color: #F8764C; }
a { background-color: rgb(248,118,76); }
div.DivClassName
{
background-color: #F8764C;
}
.BgClassName
{
background-color: #F8764C;
}
</style>
border-color css
<style>
span { border-color: #F8764C; }
span { border-color: rgb(248,118,76); }
td.TdClassName
{
border-color: #F8764C;
}
.TagClassName
{
border-color: #F8764C;
}
</style>