Shades of Coral #FB8351
Tints of Coral #FB8351
RGB
CMYK
RGB Variations
Color information
#FB8351 (or 0xFB8351) is known color: Coral. HEX triplet: FB, 83 and 51. RGB value is (251,131,81). Sum of RGB (Red+Green+Blue) = 251+131+81=463 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.21% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 81 (32.03% from 255 or 17.49% from 463); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8351 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8351 is #047CAE. Grayscale: #A1A1A1. Windows color (decimal): -294063 or 5342203. OLE color: 5342203.
HSL color Cylindrical-coordinate representation of color #FB8351: hue angle of 17.65º 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 #FB8351 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 131 | 81 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.02 |
| HSL | 17.65º | 0.96% | 0.65% | - |
| HSV(B) | 17.65º | 0.68% | 0.98% | - |
| XYZ | 49.39 | 37.34 | 12.39 | - |
| YUV | 161.18 | 82.76 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 131 | 81 | 0 | 0.48 | 0.68 | 0.02 | 17.65 | 0.96 | 0.65 |
| Hex | FB | 83 | 51 | 0 | 30 | 44 | 2 | 12 | 60 | 41 |
| Octal | 373 | 203 | 121 | 0 | 60 | 104 | 2 | 22 | 140 | 101 |
| Binary | 11111011 | 10000011 | 1010001 | 0 | 110000 | 1000100 | 10 | 10010 | 1100000 | 1000001 |
Color Harmonies of #FB8351
Complementary color
Monochromatic Colors of #FB8351
Black with #FB8351
Text Example
Text Example
White with #FB8351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8351; }
p { color: rgb(251,131,81); }
H1.HeaderClassName
{
color: #FB8351;
}
.AnyTagClassName
{
color: #FB8351;
}
</style>
background-color css
<style>
a { background-color: #FB8351; }
a { background-color: rgb(251,131,81); }
div.DivClassName
{
background-color: #FB8351;
}
.BgClassName
{
background-color: #FB8351;
}
</style>
border-color css
<style>
span { border-color: #FB8351; }
span { border-color: rgb(251,131,81); }
td.TdClassName
{
border-color: #FB8351;
}
.TagClassName
{
border-color: #FB8351;
}
</style>