Shades of Coral #F8814F
Tints of Coral #F8814F
RGB
CMYK
RGB Variations
Color information
#F8814F (or 0xF8814F) is known color: Coral. HEX triplet: F8, 81 and 4F. RGB value is (248,129,79). Sum of RGB (Red+Green+Blue) = 248+129+79=456 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.39% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 79 (31.25% from 255 or 17.32% from 456); Max value from RGB is 248 - color contains mainly: red. Hex color #F8814F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8814F is #077EB0. Grayscale: #9F9F9F. Windows color (decimal): -491185 or 5210616. OLE color: 5210616.
HSL color Cylindrical-coordinate representation of color #F8814F: hue angle of 17.75º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F8814F is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 129 | 79 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.03 |
| HSL | 17.75º | 0.92% | 0.64% | - |
| HSV(B) | 17.75º | 0.68% | 0.97% | - |
| XYZ | 47.97 | 36.22 | 11.86 | - |
| YUV | 158.88 | 82.92 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 129 | 79 | 0 | 0.48 | 0.68 | 0.03 | 17.75 | 0.92 | 0.64 |
| Hex | F8 | 81 | 4F | 0 | 30 | 44 | 3 | 12 | 5C | 40 |
| Octal | 370 | 201 | 117 | 0 | 60 | 104 | 3 | 22 | 134 | 100 |
| Binary | 11111000 | 10000001 | 1001111 | 0 | 110000 | 1000100 | 11 | 10010 | 1011100 | 1000000 |
Color Harmonies of #F8814F
Complementary color
Monochromatic Colors of #F8814F
Black with #F8814F
Text Example
Text Example
White with #F8814F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8814F; }
p { color: rgb(248,129,79); }
H1.HeaderClassName
{
color: #F8814F;
}
.AnyTagClassName
{
color: #F8814F;
}
</style>
background-color css
<style>
a { background-color: #F8814F; }
a { background-color: rgb(248,129,79); }
div.DivClassName
{
background-color: #F8814F;
}
.BgClassName
{
background-color: #F8814F;
}
</style>
border-color css
<style>
span { border-color: #F8814F; }
span { border-color: rgb(248,129,79); }
td.TdClassName
{
border-color: #F8814F;
}
.TagClassName
{
border-color: #F8814F;
}
</style>