Shades of Coral #F87D4A
Tints of Coral #F87D4A
RGB
CMYK
RGB Variations
Color information
#F87D4A (or 0xF87D4A) is known color: Coral. HEX triplet: F8, 7D and 4A. RGB value is (248,125,74). Sum of RGB (Red+Green+Blue) = 248+125+74=447 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.48% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 74 (29.30% from 255 or 16.55% from 447); Max value from RGB is 248 - color contains mainly: red. Hex color #F87D4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87D4A is #0782B5. Grayscale: #9C9C9C. Windows color (decimal): -492214 or 4881912. OLE color: 4881912.
HSL color Cylindrical-coordinate representation of color #F87D4A: hue angle of 17.59º 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 #F87D4A is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 125 | 74 | - |
| CMYK | 0 | 0.50 | 0.70 | 0.03 |
| HSL | 17.59º | 0.93% | 0.63% | - |
| HSV(B) | 17.59º | 0.7% | 0.97% | - |
| XYZ | 47.28 | 35.12 | 10.77 | - |
| YUV | 155.96 | 81.75 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 125 | 74 | 0 | 0.50 | 0.70 | 0.03 | 17.59 | 0.93 | 0.63 |
| Hex | F8 | 7D | 4A | 0 | 32 | 46 | 3 | 12 | 5D | 3F |
| Octal | 370 | 175 | 112 | 0 | 62 | 106 | 3 | 22 | 135 | 77 |
| Binary | 11111000 | 1111101 | 1001010 | 0 | 110010 | 1000110 | 11 | 10010 | 1011101 | 111111 |
Color Harmonies of #F87D4A
Complementary color
Monochromatic Colors of #F87D4A
Black with #F87D4A
Text Example
Text Example
White with #F87D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87D4A; }
p { color: rgb(248,125,74); }
H1.HeaderClassName
{
color: #F87D4A;
}
.AnyTagClassName
{
color: #F87D4A;
}
</style>
background-color css
<style>
a { background-color: #F87D4A; }
a { background-color: rgb(248,125,74); }
div.DivClassName
{
background-color: #F87D4A;
}
.BgClassName
{
background-color: #F87D4A;
}
</style>
border-color css
<style>
span { border-color: #F87D4A; }
span { border-color: rgb(248,125,74); }
td.TdClassName
{
border-color: #F87D4A;
}
.TagClassName
{
border-color: #F87D4A;
}
</style>