Shades of Coral #FA784E
Tints of Coral #FA784E
RGB
CMYK
RGB Variations
Color information
#FA784E (or 0xFA784E) is known color: Coral. HEX triplet: FA, 78 and 4E. RGB value is (250,120,78). Sum of RGB (Red+Green+Blue) = 250+120+78=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 78 (30.86% from 255 or 17.41% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA784E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA784E is #0587B1. Grayscale: #9A9A9A. Windows color (decimal): -362418 or 5142778. OLE color: 5142778.
HSL color Cylindrical-coordinate representation of color #FA784E: hue angle of 14.65º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FA784E is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 120 | 78 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.02 |
| HSL | 14.65º | 0.95% | 0.64% | - |
| HSV(B) | 14.65º | 0.69% | 0.98% | - |
| XYZ | 47.52 | 34.31 | 11.33 | - |
| YUV | 154.08 | 85.07 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 120 | 78 | 0 | 0.52 | 0.69 | 0.02 | 14.65 | 0.95 | 0.64 |
| Hex | FA | 78 | 4E | 0 | 34 | 45 | 2 | F | 5F | 40 |
| Octal | 372 | 170 | 116 | 0 | 64 | 105 | 2 | 17 | 137 | 100 |
| Binary | 11111010 | 1111000 | 1001110 | 0 | 110100 | 1000101 | 10 | 1111 | 1011111 | 1000000 |
Color Harmonies of #FA784E
Complementary color
Monochromatic Colors of #FA784E
Black with #FA784E
Text Example
Text Example
White with #FA784E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA784E; }
p { color: rgb(250,120,78); }
H1.HeaderClassName
{
color: #FA784E;
}
.AnyTagClassName
{
color: #FA784E;
}
</style>
background-color css
<style>
a { background-color: #FA784E; }
a { background-color: rgb(250,120,78); }
div.DivClassName
{
background-color: #FA784E;
}
.BgClassName
{
background-color: #FA784E;
}
</style>
border-color css
<style>
span { border-color: #FA784E; }
span { border-color: rgb(250,120,78); }
td.TdClassName
{
border-color: #FA784E;
}
.TagClassName
{
border-color: #FA784E;
}
</style>