Shades of Coral #FA7651
Tints of Coral #FA7651
RGB
CMYK
RGB Variations
Color information
#FA7651 (or 0xFA7651) is known color: Coral. HEX triplet: FA, 76 and 51. RGB value is (250,118,81). Sum of RGB (Red+Green+Blue) = 250+118+81=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 81 (32.03% from 255 or 18.04% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7651 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7651 is #0589AE. Grayscale: #999999. Windows color (decimal): -362927 or 5338874. OLE color: 5338874.
HSL color Cylindrical-coordinate representation of color #FA7651: hue angle of 13.14º 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 #FA7651 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 118 | 81 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.02 |
| HSL | 13.14º | 0.94% | 0.65% | - |
| HSV(B) | 13.14º | 0.68% | 0.98% | - |
| XYZ | 47.39 | 33.87 | 11.83 | - |
| YUV | 153.25 | 87.23 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 81 | 0 | 0.53 | 0.68 | 0.02 | 13.14 | 0.94 | 0.65 |
| Hex | FA | 76 | 51 | 0 | 35 | 44 | 2 | D | 5E | 41 |
| Octal | 372 | 166 | 121 | 0 | 65 | 104 | 2 | 15 | 136 | 101 |
| Binary | 11111010 | 1110110 | 1010001 | 0 | 110101 | 1000100 | 10 | 1101 | 1011110 | 1000001 |
Color Harmonies of #FA7651
Complementary color
Monochromatic Colors of #FA7651
Black with #FA7651
Text Example
Text Example
White with #FA7651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7651; }
p { color: rgb(250,118,81); }
H1.HeaderClassName
{
color: #FA7651;
}
.AnyTagClassName
{
color: #FA7651;
}
</style>
background-color css
<style>
a { background-color: #FA7651; }
a { background-color: rgb(250,118,81); }
div.DivClassName
{
background-color: #FA7651;
}
.BgClassName
{
background-color: #FA7651;
}
</style>
border-color css
<style>
span { border-color: #FA7651; }
span { border-color: rgb(250,118,81); }
td.TdClassName
{
border-color: #FA7651;
}
.TagClassName
{
border-color: #FA7651;
}
</style>