Shades of Coral #FB8051
Tints of Coral #FB8051
RGB
CMYK
RGB Variations
Color information
#FB8051 (or 0xFB8051) is known color: Coral. HEX triplet: FB, 80 and 51. RGB value is (251,128,81). Sum of RGB (Red+Green+Blue) = 251+128+81=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 81 (32.03% from 255 or 17.61% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8051 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8051 is #047FAE. Grayscale: #9F9F9F. Windows color (decimal): -294831 or 5341435. OLE color: 5341435.
HSL color Cylindrical-coordinate representation of color #FB8051: hue angle of 16.59º 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 #FB8051 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 81 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.02 |
| HSL | 16.59º | 0.96% | 0.65% | - |
| HSV(B) | 16.59º | 0.68% | 0.98% | - |
| XYZ | 48.99 | 36.54 | 12.26 | - |
| YUV | 159.42 | 83.75 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 81 | 0 | 0.49 | 0.68 | 0.02 | 16.59 | 0.96 | 0.65 |
| Hex | FB | 80 | 51 | 0 | 31 | 44 | 2 | 11 | 60 | 41 |
| Octal | 373 | 200 | 121 | 0 | 61 | 104 | 2 | 21 | 140 | 101 |
| Binary | 11111011 | 10000000 | 1010001 | 0 | 110001 | 1000100 | 10 | 10001 | 1100000 | 1000001 |
Color Harmonies of #FB8051
Complementary color
Monochromatic Colors of #FB8051
Black with #FB8051
Text Example
Text Example
White with #FB8051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8051; }
p { color: rgb(251,128,81); }
H1.HeaderClassName
{
color: #FB8051;
}
.AnyTagClassName
{
color: #FB8051;
}
</style>
background-color css
<style>
a { background-color: #FB8051; }
a { background-color: rgb(251,128,81); }
div.DivClassName
{
background-color: #FB8051;
}
.BgClassName
{
background-color: #FB8051;
}
</style>
border-color css
<style>
span { border-color: #FB8051; }
span { border-color: rgb(251,128,81); }
td.TdClassName
{
border-color: #FB8051;
}
.TagClassName
{
border-color: #FB8051;
}
</style>