Shades of Coral #FA7B54
Tints of Coral #FA7B54
RGB
CMYK
RGB Variations
Color information
#FA7B54 (or 0xFA7B54) is known color: Coral. HEX triplet: FA, 7B and 54. RGB value is (250,123,84). Sum of RGB (Red+Green+Blue) = 250+123+84=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 84 (33.20% from 255 or 18.38% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7B54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7B54 is #0584AB. Grayscale: #9C9C9C. Windows color (decimal): -361644 or 5536762. OLE color: 5536762.
HSL color Cylindrical-coordinate representation of color #FA7B54: hue angle of 14.1º 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 #FA7B54 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 123 | 84 | - |
| CMYK | 0 | 0.51 | 0.66 | 0.02 |
| HSL | 14.1º | 0.94% | 0.65% | - |
| HSV(B) | 14.1º | 0.66% | 0.98% | - |
| XYZ | 48.11 | 35.13 | 12.63 | - |
| YUV | 156.53 | 87.08 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 123 | 84 | 0 | 0.51 | 0.66 | 0.02 | 14.1 | 0.94 | 0.65 |
| Hex | FA | 7B | 54 | 0 | 33 | 42 | 2 | E | 5E | 41 |
| Octal | 372 | 173 | 124 | 0 | 63 | 102 | 2 | 16 | 136 | 101 |
| Binary | 11111010 | 1111011 | 1010100 | 0 | 110011 | 1000010 | 10 | 1110 | 1011110 | 1000001 |
Color Harmonies of #FA7B54
Complementary color
Monochromatic Colors of #FA7B54
Black with #FA7B54
Text Example
Text Example
White with #FA7B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7B54; }
p { color: rgb(250,123,84); }
H1.HeaderClassName
{
color: #FA7B54;
}
.AnyTagClassName
{
color: #FA7B54;
}
</style>
background-color css
<style>
a { background-color: #FA7B54; }
a { background-color: rgb(250,123,84); }
div.DivClassName
{
background-color: #FA7B54;
}
.BgClassName
{
background-color: #FA7B54;
}
</style>
border-color css
<style>
span { border-color: #FA7B54; }
span { border-color: rgb(250,123,84); }
td.TdClassName
{
border-color: #FA7B54;
}
.TagClassName
{
border-color: #FA7B54;
}
</style>