Shades of Coral #FB7750
Tints of Coral #FB7750
RGB
CMYK
RGB Variations
Color information
#FB7750 (or 0xFB7750) is known color: Coral. HEX triplet: FB, 77 and 50. RGB value is (251,119,80). Sum of RGB (Red+Green+Blue) = 251+119+80=450 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.78% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 80 (31.64% from 255 or 17.78% from 450); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7750 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7750 is #0488AF. Grayscale: #9A9A9A. Windows color (decimal): -297136 or 5273595. OLE color: 5273595.
HSL color Cylindrical-coordinate representation of color #FB7750: hue angle of 13.68º 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 #FB7750 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 119 | 80 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.02 |
| HSL | 13.68º | 0.96% | 0.65% | - |
| HSV(B) | 13.68º | 0.68% | 0.98% | - |
| XYZ | 47.83 | 34.28 | 11.69 | - |
| YUV | 154.02 | 86.23 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 119 | 80 | 0 | 0.53 | 0.68 | 0.02 | 13.68 | 0.96 | 0.65 |
| Hex | FB | 77 | 50 | 0 | 35 | 44 | 2 | E | 60 | 41 |
| Octal | 373 | 167 | 120 | 0 | 65 | 104 | 2 | 16 | 140 | 101 |
| Binary | 11111011 | 1110111 | 1010000 | 0 | 110101 | 1000100 | 10 | 1110 | 1100000 | 1000001 |
Color Harmonies of #FB7750
Complementary color
Monochromatic Colors of #FB7750
Black with #FB7750
Text Example
Text Example
White with #FB7750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7750; }
p { color: rgb(251,119,80); }
H1.HeaderClassName
{
color: #FB7750;
}
.AnyTagClassName
{
color: #FB7750;
}
</style>
background-color css
<style>
a { background-color: #FB7750; }
a { background-color: rgb(251,119,80); }
div.DivClassName
{
background-color: #FB7750;
}
.BgClassName
{
background-color: #FB7750;
}
</style>
border-color css
<style>
span { border-color: #FB7750; }
span { border-color: rgb(251,119,80); }
td.TdClassName
{
border-color: #FB7750;
}
.TagClassName
{
border-color: #FB7750;
}
</style>