Shades of Coral #FA7D44
Tints of Coral #FA7D44
RGB
CMYK
RGB Variations
Color information
#FA7D44 (or 0xFA7D44) is known color: Coral. HEX triplet: FA, 7D and 44. RGB value is (250,125,68). Sum of RGB (Red+Green+Blue) = 250+125+68=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 68 (26.95% from 255 or 15.35% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7D44 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7D44 is #0582BB. Grayscale: #9C9C9C. Windows color (decimal): -361148 or 4488698. OLE color: 4488698.
HSL color Cylindrical-coordinate representation of color #FA7D44: hue angle of 18.79º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FA7D44 is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 125 | 68 | - |
| CMYK | 0 | 0.50 | 0.73 | 0.02 |
| HSL | 18.79º | 0.95% | 0.62% | - |
| HSV(B) | 18.79º | 0.73% | 0.98% | - |
| XYZ | 47.8 | 35.41 | 9.78 | - |
| YUV | 155.88 | 78.41 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 125 | 68 | 0 | 0.50 | 0.73 | 0.02 | 18.79 | 0.95 | 0.62 |
| Hex | FA | 7D | 44 | 0 | 32 | 49 | 2 | 13 | 5F | 3E |
| Octal | 372 | 175 | 104 | 0 | 62 | 111 | 2 | 23 | 137 | 76 |
| Binary | 11111010 | 1111101 | 1000100 | 0 | 110010 | 1001001 | 10 | 10011 | 1011111 | 111110 |
Color Harmonies of #FA7D44
Complementary color
Monochromatic Colors of #FA7D44
Black with #FA7D44
Text Example
Text Example
White with #FA7D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7D44; }
p { color: rgb(250,125,68); }
H1.HeaderClassName
{
color: #FA7D44;
}
.AnyTagClassName
{
color: #FA7D44;
}
</style>
background-color css
<style>
a { background-color: #FA7D44; }
a { background-color: rgb(250,125,68); }
div.DivClassName
{
background-color: #FA7D44;
}
.BgClassName
{
background-color: #FA7D44;
}
</style>
border-color css
<style>
span { border-color: #FA7D44; }
span { border-color: rgb(250,125,68); }
td.TdClassName
{
border-color: #FA7D44;
}
.TagClassName
{
border-color: #FA7D44;
}
</style>