Shades of Coral #FB7350
Tints of Coral #FB7350
RGB
CMYK
RGB Variations
Color information
#FB7350 (or 0xFB7350) is known color: Coral. HEX triplet: FB, 73 and 50. RGB value is (251,115,80). Sum of RGB (Red+Green+Blue) = 251+115+80=446 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.28% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 80 (31.64% from 255 or 17.94% from 446); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7350 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7350 is #048CAF. Grayscale: #979797. Windows color (decimal): -298160 or 5272571. OLE color: 5272571.
HSL color Cylindrical-coordinate representation of color #FB7350: hue angle of 12.28º 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 #FB7350 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 80 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.02 |
| HSL | 12.28º | 0.96% | 0.65% | - |
| HSV(B) | 12.28º | 0.68% | 0.98% | - |
| XYZ | 47.36 | 33.35 | 11.53 | - |
| YUV | 151.67 | 87.56 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 80 | 0 | 0.54 | 0.68 | 0.02 | 12.28 | 0.96 | 0.65 |
| Hex | FB | 73 | 50 | 0 | 36 | 44 | 2 | C | 60 | 41 |
| Octal | 373 | 163 | 120 | 0 | 66 | 104 | 2 | 14 | 140 | 101 |
| Binary | 11111011 | 1110011 | 1010000 | 0 | 110110 | 1000100 | 10 | 1100 | 1100000 | 1000001 |
Color Harmonies of #FB7350
Complementary color
Monochromatic Colors of #FB7350
Black with #FB7350
Text Example
Text Example
White with #FB7350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7350; }
p { color: rgb(251,115,80); }
H1.HeaderClassName
{
color: #FB7350;
}
.AnyTagClassName
{
color: #FB7350;
}
</style>
background-color css
<style>
a { background-color: #FB7350; }
a { background-color: rgb(251,115,80); }
div.DivClassName
{
background-color: #FB7350;
}
.BgClassName
{
background-color: #FB7350;
}
</style>
border-color css
<style>
span { border-color: #FB7350; }
span { border-color: rgb(251,115,80); }
td.TdClassName
{
border-color: #FB7350;
}
.TagClassName
{
border-color: #FB7350;
}
</style>