Shades of Coral #FA7A56
Tints of Coral #FA7A56
RGB
CMYK
RGB Variations
Color information
#FA7A56 (or 0xFA7A56) is known color: Coral. HEX triplet: FA, 7A and 56. RGB value is (250,122,86). Sum of RGB (Red+Green+Blue) = 250+122+86=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 86 (33.98% from 255 or 18.78% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7A56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7A56 is #0585A9. Grayscale: #9C9C9C. Windows color (decimal): -361898 or 5667578. OLE color: 5667578.
HSL color Cylindrical-coordinate representation of color #FA7A56: hue angle of 13.17º 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 #FA7A56 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 122 | 86 | - |
| CMYK | 0 | 0.51 | 0.66 | 0.02 |
| HSL | 13.17º | 0.94% | 0.66% | - |
| HSV(B) | 13.17º | 0.66% | 0.98% | - |
| XYZ | 48.06 | 34.91 | 13.01 | - |
| YUV | 156.17 | 88.41 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 122 | 86 | 0 | 0.51 | 0.66 | 0.02 | 13.17 | 0.94 | 0.66 |
| Hex | FA | 7A | 56 | 0 | 33 | 42 | 2 | D | 5E | 42 |
| Octal | 372 | 172 | 126 | 0 | 63 | 102 | 2 | 15 | 136 | 102 |
| Binary | 11111010 | 1111010 | 1010110 | 0 | 110011 | 1000010 | 10 | 1101 | 1011110 | 1000010 |
Color Harmonies of #FA7A56
Complementary color
Monochromatic Colors of #FA7A56
Black with #FA7A56
Text Example
Text Example
White with #FA7A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7A56; }
p { color: rgb(250,122,86); }
H1.HeaderClassName
{
color: #FA7A56;
}
.AnyTagClassName
{
color: #FA7A56;
}
</style>
background-color css
<style>
a { background-color: #FA7A56; }
a { background-color: rgb(250,122,86); }
div.DivClassName
{
background-color: #FA7A56;
}
.BgClassName
{
background-color: #FA7A56;
}
</style>
border-color css
<style>
span { border-color: #FA7A56; }
span { border-color: rgb(250,122,86); }
td.TdClassName
{
border-color: #FA7A56;
}
.TagClassName
{
border-color: #FA7A56;
}
</style>