Shades of Coral #FA7D54
Tints of Coral #FA7D54
RGB
CMYK
RGB Variations
Color information
#FA7D54 (or 0xFA7D54) is known color: Coral. HEX triplet: FA, 7D and 54. RGB value is (250,125,84). Sum of RGB (Red+Green+Blue) = 250+125+84=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 84 (33.20% from 255 or 18.30% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7D54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7D54 is #0582AB. Grayscale: #9D9D9D. Windows color (decimal): -361132 or 5537274. OLE color: 5537274.
HSL color Cylindrical-coordinate representation of color #FA7D54: hue angle of 14.82º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA7D54 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 125 | 84 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.02 |
| HSL | 14.82º | 0.94% | 0.65% | - |
| HSV(B) | 14.82º | 0.66% | 0.98% | - |
| XYZ | 48.36 | 35.63 | 12.72 | - |
| YUV | 157.7 | 86.41 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 125 | 84 | 0 | 0.50 | 0.66 | 0.02 | 14.82 | 0.94 | 0.65 |
| Hex | FA | 7D | 54 | 0 | 32 | 42 | 2 | F | 5E | 41 |
| Octal | 372 | 175 | 124 | 0 | 62 | 102 | 2 | 17 | 136 | 101 |
| Binary | 11111010 | 1111101 | 1010100 | 0 | 110010 | 1000010 | 10 | 1111 | 1011110 | 1000001 |
Color Harmonies of #FA7D54
Complementary color
Monochromatic Colors of #FA7D54
Black with #FA7D54
Text Example
Text Example
White with #FA7D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7D54; }
p { color: rgb(250,125,84); }
H1.HeaderClassName
{
color: #FA7D54;
}
.AnyTagClassName
{
color: #FA7D54;
}
</style>
background-color css
<style>
a { background-color: #FA7D54; }
a { background-color: rgb(250,125,84); }
div.DivClassName
{
background-color: #FA7D54;
}
.BgClassName
{
background-color: #FA7D54;
}
</style>
border-color css
<style>
span { border-color: #FA7D54; }
span { border-color: rgb(250,125,84); }
td.TdClassName
{
border-color: #FA7D54;
}
.TagClassName
{
border-color: #FA7D54;
}
</style>