Shades of Coral #FA7C55
Tints of Coral #FA7C55
RGB
CMYK
RGB Variations
Color information
#FA7C55 (or 0xFA7C55) is known color: Coral. HEX triplet: FA, 7C and 55. RGB value is (250,124,85). Sum of RGB (Red+Green+Blue) = 250+124+85=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 85 (33.59% from 255 or 18.52% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7C55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7C55 is #0583AA. Grayscale: #9D9D9D. Windows color (decimal): -361387 or 5602554. OLE color: 5602554.
HSL color Cylindrical-coordinate representation of color #FA7C55: hue angle of 14.18º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA7C55 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 124 | 85 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.02 |
| HSL | 14.18º | 0.94% | 0.66% | - |
| HSV(B) | 14.18º | 0.66% | 0.98% | - |
| XYZ | 48.27 | 35.4 | 12.88 | - |
| YUV | 157.23 | 87.24 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 124 | 85 | 0 | 0.50 | 0.66 | 0.02 | 14.18 | 0.94 | 0.66 |
| Hex | FA | 7C | 55 | 0 | 32 | 42 | 2 | E | 5E | 42 |
| Octal | 372 | 174 | 125 | 0 | 62 | 102 | 2 | 16 | 136 | 102 |
| Binary | 11111010 | 1111100 | 1010101 | 0 | 110010 | 1000010 | 10 | 1110 | 1011110 | 1000010 |
Color Harmonies of #FA7C55
Complementary color
Monochromatic Colors of #FA7C55
Black with #FA7C55
Text Example
Text Example
White with #FA7C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7C55; }
p { color: rgb(250,124,85); }
H1.HeaderClassName
{
color: #FA7C55;
}
.AnyTagClassName
{
color: #FA7C55;
}
</style>
background-color css
<style>
a { background-color: #FA7C55; }
a { background-color: rgb(250,124,85); }
div.DivClassName
{
background-color: #FA7C55;
}
.BgClassName
{
background-color: #FA7C55;
}
</style>
border-color css
<style>
span { border-color: #FA7C55; }
span { border-color: rgb(250,124,85); }
td.TdClassName
{
border-color: #FA7C55;
}
.TagClassName
{
border-color: #FA7C55;
}
</style>