Shades of Coral #FA7551
Tints of Coral #FA7551
RGB
CMYK
RGB Variations
Color information
#FA7551 (or 0xFA7551) is known color: Coral. HEX triplet: FA, 75 and 51. RGB value is (250,117,81). Sum of RGB (Red+Green+Blue) = 250+117+81=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 81 (32.03% from 255 or 18.08% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7551 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7551 is #058AAE. Grayscale: #989898. Windows color (decimal): -363183 or 5338618. OLE color: 5338618.
HSL color Cylindrical-coordinate representation of color #FA7551: hue angle of 12.78º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA7551 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 117 | 81 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.02 |
| HSL | 12.78º | 0.94% | 0.65% | - |
| HSV(B) | 12.78º | 0.68% | 0.98% | - |
| XYZ | 47.27 | 33.64 | 11.79 | - |
| YUV | 152.66 | 87.56 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 117 | 81 | 0 | 0.53 | 0.68 | 0.02 | 12.78 | 0.94 | 0.65 |
| Hex | FA | 75 | 51 | 0 | 35 | 44 | 2 | D | 5E | 41 |
| Octal | 372 | 165 | 121 | 0 | 65 | 104 | 2 | 15 | 136 | 101 |
| Binary | 11111010 | 1110101 | 1010001 | 0 | 110101 | 1000100 | 10 | 1101 | 1011110 | 1000001 |
Color Harmonies of #FA7551
Complementary color
Monochromatic Colors of #FA7551
Black with #FA7551
Text Example
Text Example
White with #FA7551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7551; }
p { color: rgb(250,117,81); }
H1.HeaderClassName
{
color: #FA7551;
}
.AnyTagClassName
{
color: #FA7551;
}
</style>
background-color css
<style>
a { background-color: #FA7551; }
a { background-color: rgb(250,117,81); }
div.DivClassName
{
background-color: #FA7551;
}
.BgClassName
{
background-color: #FA7551;
}
</style>
border-color css
<style>
span { border-color: #FA7551; }
span { border-color: rgb(250,117,81); }
td.TdClassName
{
border-color: #FA7551;
}
.TagClassName
{
border-color: #FA7551;
}
</style>