Shades of Coral #FA7C47
Tints of Coral #FA7C47
RGB
CMYK
RGB Variations
Color information
#FA7C47 (or 0xFA7C47) is known color: Coral. HEX triplet: FA, 7C and 47. RGB value is (250,124,71). Sum of RGB (Red+Green+Blue) = 250+124+71=445 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.18% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 71 (28.12% from 255 or 15.96% from 445); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7C47 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7C47 is #0583B8. Grayscale: #9B9B9B. Windows color (decimal): -361401 or 4685050. OLE color: 4685050.
HSL color Cylindrical-coordinate representation of color #FA7C47: hue angle of 17.77º 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 #FA7C47 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 124 | 71 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.02 |
| HSL | 17.77º | 0.95% | 0.63% | - |
| HSV(B) | 17.77º | 0.72% | 0.98% | - |
| XYZ | 47.77 | 35.19 | 10.24 | - |
| YUV | 155.63 | 80.24 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 124 | 71 | 0 | 0.50 | 0.72 | 0.02 | 17.77 | 0.95 | 0.63 |
| Hex | FA | 7C | 47 | 0 | 32 | 48 | 2 | 12 | 5F | 3F |
| Octal | 372 | 174 | 107 | 0 | 62 | 110 | 2 | 22 | 137 | 77 |
| Binary | 11111010 | 1111100 | 1000111 | 0 | 110010 | 1001000 | 10 | 10010 | 1011111 | 111111 |
Color Harmonies of #FA7C47
Complementary color
Monochromatic Colors of #FA7C47
Black with #FA7C47
Text Example
Text Example
White with #FA7C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7C47; }
p { color: rgb(250,124,71); }
H1.HeaderClassName
{
color: #FA7C47;
}
.AnyTagClassName
{
color: #FA7C47;
}
</style>
background-color css
<style>
a { background-color: #FA7C47; }
a { background-color: rgb(250,124,71); }
div.DivClassName
{
background-color: #FA7C47;
}
.BgClassName
{
background-color: #FA7C47;
}
</style>
border-color css
<style>
span { border-color: #FA7C47; }
span { border-color: rgb(250,124,71); }
td.TdClassName
{
border-color: #FA7C47;
}
.TagClassName
{
border-color: #FA7C47;
}
</style>