Shades of Coral #FA7B5B
Tints of Coral #FA7B5B
RGB
CMYK
RGB Variations
Color information
#FA7B5B (or 0xFA7B5B) is known color: Coral. HEX triplet: FA, 7B and 5B. RGB value is (250,123,91). Sum of RGB (Red+Green+Blue) = 250+123+91=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 91 (35.94% from 255 or 19.61% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7B5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7B5B is #0584A4. Grayscale: #9D9D9D. Windows color (decimal): -361637 or 5995514. OLE color: 5995514.
HSL color Cylindrical-coordinate representation of color #FA7B5B: hue angle of 12.08º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA7B5B is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 123 | 91 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.02 |
| HSL | 12.08º | 0.94% | 0.67% | - |
| HSV(B) | 12.08º | 0.64% | 0.98% | - |
| XYZ | 48.4 | 35.25 | 14.15 | - |
| YUV | 157.33 | 90.58 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 123 | 91 | 0 | 0.51 | 0.64 | 0.02 | 12.08 | 0.94 | 0.67 |
| Hex | FA | 7B | 5B | 0 | 33 | 40 | 2 | C | 5E | 43 |
| Octal | 372 | 173 | 133 | 0 | 63 | 100 | 2 | 14 | 136 | 103 |
| Binary | 11111010 | 1111011 | 1011011 | 0 | 110011 | 1000000 | 10 | 1100 | 1011110 | 1000011 |
Color Harmonies of #FA7B5B
Complementary color
Monochromatic Colors of #FA7B5B
Black with #FA7B5B
Text Example
Text Example
White with #FA7B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7B5B; }
p { color: rgb(250,123,91); }
H1.HeaderClassName
{
color: #FA7B5B;
}
.AnyTagClassName
{
color: #FA7B5B;
}
</style>
background-color css
<style>
a { background-color: #FA7B5B; }
a { background-color: rgb(250,123,91); }
div.DivClassName
{
background-color: #FA7B5B;
}
.BgClassName
{
background-color: #FA7B5B;
}
</style>
border-color css
<style>
span { border-color: #FA7B5B; }
span { border-color: rgb(250,123,91); }
td.TdClassName
{
border-color: #FA7B5B;
}
.TagClassName
{
border-color: #FA7B5B;
}
</style>