Shades of Coral #FB8551
Tints of Coral #FB8551
RGB
CMYK
RGB Variations
Color information
#FB8551 (or 0xFB8551) is known color: Coral. HEX triplet: FB, 85 and 51. RGB value is (251,133,81). Sum of RGB (Red+Green+Blue) = 251+133+81=465 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.98% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 81 (32.03% from 255 or 17.42% from 465); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8551 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8551 is #047AAE. Grayscale: #A2A2A2. Windows color (decimal): -293551 or 5342715. OLE color: 5342715.
HSL color Cylindrical-coordinate representation of color #FB8551: hue angle of 18.35º 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 #FB8551 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 133 | 81 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.02 |
| HSL | 18.35º | 0.96% | 0.65% | - |
| HSV(B) | 18.35º | 0.68% | 0.98% | - |
| XYZ | 49.66 | 37.88 | 12.48 | - |
| YUV | 162.35 | 82.09 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 133 | 81 | 0 | 0.47 | 0.68 | 0.02 | 18.35 | 0.96 | 0.65 |
| Hex | FB | 85 | 51 | 0 | 2F | 44 | 2 | 12 | 60 | 41 |
| Octal | 373 | 205 | 121 | 0 | 57 | 104 | 2 | 22 | 140 | 101 |
| Binary | 11111011 | 10000101 | 1010001 | 0 | 101111 | 1000100 | 10 | 10010 | 1100000 | 1000001 |
Color Harmonies of #FB8551
Complementary color
Monochromatic Colors of #FB8551
Black with #FB8551
Text Example
Text Example
White with #FB8551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8551; }
p { color: rgb(251,133,81); }
H1.HeaderClassName
{
color: #FB8551;
}
.AnyTagClassName
{
color: #FB8551;
}
</style>
background-color css
<style>
a { background-color: #FB8551; }
a { background-color: rgb(251,133,81); }
div.DivClassName
{
background-color: #FB8551;
}
.BgClassName
{
background-color: #FB8551;
}
</style>
border-color css
<style>
span { border-color: #FB8551; }
span { border-color: rgb(251,133,81); }
td.TdClassName
{
border-color: #FB8551;
}
.TagClassName
{
border-color: #FB8551;
}
</style>