Shades of Coral #FB7550
Tints of Coral #FB7550
RGB
CMYK
RGB Variations
Color information
#FB7550 (or 0xFB7550) is known color: Coral. HEX triplet: FB, 75 and 50. RGB value is (251,117,80). Sum of RGB (Red+Green+Blue) = 251+117+80=448 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.03% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 80 (31.64% from 255 or 17.86% from 448); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7550 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7550 is #048AAF. Grayscale: #999999. Windows color (decimal): -297648 or 5273083. OLE color: 5273083.
HSL color Cylindrical-coordinate representation of color #FB7550: hue angle of 12.98º 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 #FB7550 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 117 | 80 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.02 |
| HSL | 12.98º | 0.96% | 0.65% | - |
| HSV(B) | 12.98º | 0.68% | 0.98% | - |
| XYZ | 47.59 | 33.81 | 11.61 | - |
| YUV | 152.85 | 86.89 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 117 | 80 | 0 | 0.53 | 0.68 | 0.02 | 12.98 | 0.96 | 0.65 |
| Hex | FB | 75 | 50 | 0 | 35 | 44 | 2 | D | 60 | 41 |
| Octal | 373 | 165 | 120 | 0 | 65 | 104 | 2 | 15 | 140 | 101 |
| Binary | 11111011 | 1110101 | 1010000 | 0 | 110101 | 1000100 | 10 | 1101 | 1100000 | 1000001 |
Color Harmonies of #FB7550
Complementary color
Monochromatic Colors of #FB7550
Black with #FB7550
Text Example
Text Example
White with #FB7550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7550; }
p { color: rgb(251,117,80); }
H1.HeaderClassName
{
color: #FB7550;
}
.AnyTagClassName
{
color: #FB7550;
}
</style>
background-color css
<style>
a { background-color: #FB7550; }
a { background-color: rgb(251,117,80); }
div.DivClassName
{
background-color: #FB7550;
}
.BgClassName
{
background-color: #FB7550;
}
</style>
border-color css
<style>
span { border-color: #FB7550; }
span { border-color: rgb(251,117,80); }
td.TdClassName
{
border-color: #FB7550;
}
.TagClassName
{
border-color: #FB7550;
}
</style>