Shades of Coral #F8814A
Tints of Coral #F8814A
RGB
CMYK
RGB Variations
Color information
#F8814A (or 0xF8814A) is known color: Coral. HEX triplet: F8, 81 and 4A. RGB value is (248,129,74). Sum of RGB (Red+Green+Blue) = 248+129+74=451 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.99% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 74 (29.30% from 255 or 16.41% from 451); Max value from RGB is 248 - color contains mainly: red. Hex color #F8814A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8814A is #077EB5. Grayscale: #9E9E9E. Windows color (decimal): -491190 or 4882936. OLE color: 4882936.
HSL color Cylindrical-coordinate representation of color #F8814A: hue angle of 18.97º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F8814A is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 129 | 74 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.03 |
| HSL | 18.97º | 0.93% | 0.63% | - |
| HSV(B) | 18.97º | 0.7% | 0.97% | - |
| XYZ | 47.8 | 36.15 | 10.94 | - |
| YUV | 158.31 | 80.42 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 129 | 74 | 0 | 0.48 | 0.70 | 0.03 | 18.97 | 0.93 | 0.63 |
| Hex | F8 | 81 | 4A | 0 | 30 | 46 | 3 | 13 | 5D | 3F |
| Octal | 370 | 201 | 112 | 0 | 60 | 106 | 3 | 23 | 135 | 77 |
| Binary | 11111000 | 10000001 | 1001010 | 0 | 110000 | 1000110 | 11 | 10011 | 1011101 | 111111 |
Color Harmonies of #F8814A
Complementary color
Monochromatic Colors of #F8814A
Black with #F8814A
Text Example
Text Example
White with #F8814A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8814A; }
p { color: rgb(248,129,74); }
H1.HeaderClassName
{
color: #F8814A;
}
.AnyTagClassName
{
color: #F8814A;
}
</style>
background-color css
<style>
a { background-color: #F8814A; }
a { background-color: rgb(248,129,74); }
div.DivClassName
{
background-color: #F8814A;
}
.BgClassName
{
background-color: #F8814A;
}
</style>
border-color css
<style>
span { border-color: #F8814A; }
span { border-color: rgb(248,129,74); }
td.TdClassName
{
border-color: #F8814A;
}
.TagClassName
{
border-color: #F8814A;
}
</style>