Shades of Coral #F8724A
Tints of Coral #F8724A
RGB
CMYK
RGB Variations
Color information
#F8724A (or 0xF8724A) is known color: Coral. HEX triplet: F8, 72 and 4A. RGB value is (248,114,74). Sum of RGB (Red+Green+Blue) = 248+114+74=436 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.88% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 74 (29.30% from 255 or 16.97% from 436); Max value from RGB is 248 - color contains mainly: red. Hex color #F8724A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8724A is #078DB5. Grayscale: #959595. Windows color (decimal): -495030 or 4879096. OLE color: 4879096.
HSL color Cylindrical-coordinate representation of color #F8724A: hue angle of 13.79º 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 #F8724A is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 114 | 74 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.03 |
| HSL | 13.79º | 0.93% | 0.63% | - |
| HSV(B) | 13.79º | 0.7% | 0.97% | - |
| XYZ | 45.96 | 32.49 | 10.33 | - |
| YUV | 149.51 | 85.39 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 114 | 74 | 0 | 0.54 | 0.70 | 0.03 | 13.79 | 0.93 | 0.63 |
| Hex | F8 | 72 | 4A | 0 | 36 | 46 | 3 | E | 5D | 3F |
| Octal | 370 | 162 | 112 | 0 | 66 | 106 | 3 | 16 | 135 | 77 |
| Binary | 11111000 | 1110010 | 1001010 | 0 | 110110 | 1000110 | 11 | 1110 | 1011101 | 111111 |
Color Harmonies of #F8724A
Complementary color
Monochromatic Colors of #F8724A
Black with #F8724A
Text Example
Text Example
White with #F8724A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8724A; }
p { color: rgb(248,114,74); }
H1.HeaderClassName
{
color: #F8724A;
}
.AnyTagClassName
{
color: #F8724A;
}
</style>
background-color css
<style>
a { background-color: #F8724A; }
a { background-color: rgb(248,114,74); }
div.DivClassName
{
background-color: #F8724A;
}
.BgClassName
{
background-color: #F8724A;
}
</style>
border-color css
<style>
span { border-color: #F8724A; }
span { border-color: rgb(248,114,74); }
td.TdClassName
{
border-color: #F8724A;
}
.TagClassName
{
border-color: #F8724A;
}
</style>