Shades of Coral #FB7851
Tints of Coral #FB7851
RGB
CMYK
RGB Variations
Color information
#FB7851 (or 0xFB7851) is known color: Coral. HEX triplet: FB, 78 and 51. RGB value is (251,120,81). Sum of RGB (Red+Green+Blue) = 251+120+81=452 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.53% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 81 (32.03% from 255 or 17.92% from 452); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7851 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7851 is #0487AE. Grayscale: #9B9B9B. Windows color (decimal): -296879 or 5339387. OLE color: 5339387.
HSL color Cylindrical-coordinate representation of color #FB7851: hue angle of 13.76º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FB7851 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 120 | 81 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.02 |
| HSL | 13.76º | 0.96% | 0.65% | - |
| HSV(B) | 13.76º | 0.68% | 0.98% | - |
| XYZ | 47.99 | 34.54 | 11.92 | - |
| YUV | 154.72 | 86.4 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 120 | 81 | 0 | 0.52 | 0.68 | 0.02 | 13.76 | 0.96 | 0.65 |
| Hex | FB | 78 | 51 | 0 | 34 | 44 | 2 | E | 60 | 41 |
| Octal | 373 | 170 | 121 | 0 | 64 | 104 | 2 | 16 | 140 | 101 |
| Binary | 11111011 | 1111000 | 1010001 | 0 | 110100 | 1000100 | 10 | 1110 | 1100000 | 1000001 |
Color Harmonies of #FB7851
Complementary color
Monochromatic Colors of #FB7851
Black with #FB7851
Text Example
Text Example
White with #FB7851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7851; }
p { color: rgb(251,120,81); }
H1.HeaderClassName
{
color: #FB7851;
}
.AnyTagClassName
{
color: #FB7851;
}
</style>
background-color css
<style>
a { background-color: #FB7851; }
a { background-color: rgb(251,120,81); }
div.DivClassName
{
background-color: #FB7851;
}
.BgClassName
{
background-color: #FB7851;
}
</style>
border-color css
<style>
span { border-color: #FB7851; }
span { border-color: rgb(251,120,81); }
td.TdClassName
{
border-color: #FB7851;
}
.TagClassName
{
border-color: #FB7851;
}
</style>