Shades of Coral #FA7447
Tints of Coral #FA7447
RGB
CMYK
RGB Variations
Color information
#FA7447 (or 0xFA7447) is known color: Coral. HEX triplet: FA, 74 and 47. RGB value is (250,116,71). Sum of RGB (Red+Green+Blue) = 250+116+71=437 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.21% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 71 (28.12% from 255 or 16.25% from 437); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7447 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7447 is #058BB8. Grayscale: #979797. Windows color (decimal): -363449 or 4683002. OLE color: 4683002.
HSL color Cylindrical-coordinate representation of color #FA7447: hue angle of 15.08º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA7447 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 116 | 71 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.02 |
| HSL | 15.08º | 0.95% | 0.63% | - |
| HSV(B) | 15.08º | 0.72% | 0.98% | - |
| XYZ | 46.81 | 33.27 | 9.92 | - |
| YUV | 150.94 | 82.89 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 116 | 71 | 0 | 0.54 | 0.72 | 0.02 | 15.08 | 0.95 | 0.63 |
| Hex | FA | 74 | 47 | 0 | 36 | 48 | 2 | F | 5F | 3F |
| Octal | 372 | 164 | 107 | 0 | 66 | 110 | 2 | 17 | 137 | 77 |
| Binary | 11111010 | 1110100 | 1000111 | 0 | 110110 | 1001000 | 10 | 1111 | 1011111 | 111111 |
Color Harmonies of #FA7447
Complementary color
Monochromatic Colors of #FA7447
Black with #FA7447
Text Example
Text Example
White with #FA7447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7447; }
p { color: rgb(250,116,71); }
H1.HeaderClassName
{
color: #FA7447;
}
.AnyTagClassName
{
color: #FA7447;
}
</style>
background-color css
<style>
a { background-color: #FA7447; }
a { background-color: rgb(250,116,71); }
div.DivClassName
{
background-color: #FA7447;
}
.BgClassName
{
background-color: #FA7447;
}
</style>
border-color css
<style>
span { border-color: #FA7447; }
span { border-color: rgb(250,116,71); }
td.TdClassName
{
border-color: #FA7447;
}
.TagClassName
{
border-color: #FA7447;
}
</style>