Shades of Coral #FB784E
Tints of Coral #FB784E
RGB
CMYK
RGB Variations
Color information
#FB784E (or 0xFB784E) is known color: Coral. HEX triplet: FB, 78 and 4E. RGB value is (251,120,78). Sum of RGB (Red+Green+Blue) = 251+120+78=449 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.90% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 78 (30.86% from 255 or 17.37% from 449); Max value from RGB is 251 - color contains mainly: red. Hex color #FB784E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB784E is #0487B1. Grayscale: #9A9A9A. Windows color (decimal): -296882 or 5142779. OLE color: 5142779.
HSL color Cylindrical-coordinate representation of color #FB784E: hue angle of 14.57º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB784E is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 120 | 78 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.02 |
| HSL | 14.57º | 0.96% | 0.65% | - |
| HSV(B) | 14.57º | 0.69% | 0.98% | - |
| XYZ | 47.88 | 34.49 | 11.34 | - |
| YUV | 154.38 | 84.9 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 120 | 78 | 0 | 0.52 | 0.69 | 0.02 | 14.57 | 0.96 | 0.65 |
| Hex | FB | 78 | 4E | 0 | 34 | 45 | 2 | F | 60 | 41 |
| Octal | 373 | 170 | 116 | 0 | 64 | 105 | 2 | 17 | 140 | 101 |
| Binary | 11111011 | 1111000 | 1001110 | 0 | 110100 | 1000101 | 10 | 1111 | 1100000 | 1000001 |
Color Harmonies of #FB784E
Complementary color
Monochromatic Colors of #FB784E
Black with #FB784E
Text Example
Text Example
White with #FB784E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB784E; }
p { color: rgb(251,120,78); }
H1.HeaderClassName
{
color: #FB784E;
}
.AnyTagClassName
{
color: #FB784E;
}
</style>
background-color css
<style>
a { background-color: #FB784E; }
a { background-color: rgb(251,120,78); }
div.DivClassName
{
background-color: #FB784E;
}
.BgClassName
{
background-color: #FB784E;
}
</style>
border-color css
<style>
span { border-color: #FB784E; }
span { border-color: rgb(251,120,78); }
td.TdClassName
{
border-color: #FB784E;
}
.TagClassName
{
border-color: #FB784E;
}
</style>