Shades of Coral #F8814D
Tints of Coral #F8814D
RGB
CMYK
RGB Variations
Color information
#F8814D (or 0xF8814D) is known color: Coral. HEX triplet: F8, 81 and 4D. RGB value is (248,129,77). Sum of RGB (Red+Green+Blue) = 248+129+77=454 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.63% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 77 (30.47% from 255 or 16.96% from 454); Max value from RGB is 248 - color contains mainly: red. Hex color #F8814D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8814D is #077EB2. Grayscale: #9E9E9E. Windows color (decimal): -491187 or 5079544. OLE color: 5079544.
HSL color Cylindrical-coordinate representation of color #F8814D: hue angle of 18.25º 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 #F8814D is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 129 | 77 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.03 |
| HSL | 18.25º | 0.92% | 0.64% | - |
| HSV(B) | 18.25º | 0.69% | 0.97% | - |
| XYZ | 47.9 | 36.19 | 11.48 | - |
| YUV | 158.65 | 81.92 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 129 | 77 | 0 | 0.48 | 0.69 | 0.03 | 18.25 | 0.92 | 0.64 |
| Hex | F8 | 81 | 4D | 0 | 30 | 45 | 3 | 12 | 5C | 40 |
| Octal | 370 | 201 | 115 | 0 | 60 | 105 | 3 | 22 | 134 | 100 |
| Binary | 11111000 | 10000001 | 1001101 | 0 | 110000 | 1000101 | 11 | 10010 | 1011100 | 1000000 |
Color Harmonies of #F8814D
Complementary color
Monochromatic Colors of #F8814D
Black with #F8814D
Text Example
Text Example
White with #F8814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8814D; }
p { color: rgb(248,129,77); }
H1.HeaderClassName
{
color: #F8814D;
}
.AnyTagClassName
{
color: #F8814D;
}
</style>
background-color css
<style>
a { background-color: #F8814D; }
a { background-color: rgb(248,129,77); }
div.DivClassName
{
background-color: #F8814D;
}
.BgClassName
{
background-color: #F8814D;
}
</style>
border-color css
<style>
span { border-color: #F8814D; }
span { border-color: rgb(248,129,77); }
td.TdClassName
{
border-color: #F8814D;
}
.TagClassName
{
border-color: #F8814D;
}
</style>