Shades of Coral #FB8059
Tints of Coral #FB8059
RGB
CMYK
RGB Variations
Color information
#FB8059 (or 0xFB8059) is known color: Coral. HEX triplet: FB, 80 and 59. RGB value is (251,128,89). Sum of RGB (Red+Green+Blue) = 251+128+89=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 89 (35.16% from 255 or 19.02% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8059 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8059 is #047FA6. Grayscale: #A0A0A0. Windows color (decimal): -294823 or 5865723. OLE color: 5865723.
HSL color Cylindrical-coordinate representation of color #FB8059: hue angle of 14.44º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FB8059 is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 89 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.02 |
| HSL | 14.44º | 0.95% | 0.67% | - |
| HSV(B) | 14.44º | 0.65% | 0.98% | - |
| XYZ | 49.31 | 36.67 | 13.93 | - |
| YUV | 160.33 | 87.75 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 89 | 0 | 0.49 | 0.65 | 0.02 | 14.44 | 0.95 | 0.67 |
| Hex | FB | 80 | 59 | 0 | 31 | 41 | 2 | E | 5F | 43 |
| Octal | 373 | 200 | 131 | 0 | 61 | 101 | 2 | 16 | 137 | 103 |
| Binary | 11111011 | 10000000 | 1011001 | 0 | 110001 | 1000001 | 10 | 1110 | 1011111 | 1000011 |
Color Harmonies of #FB8059
Complementary color
Monochromatic Colors of #FB8059
Black with #FB8059
Text Example
Text Example
White with #FB8059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8059; }
p { color: rgb(251,128,89); }
H1.HeaderClassName
{
color: #FB8059;
}
.AnyTagClassName
{
color: #FB8059;
}
</style>
background-color css
<style>
a { background-color: #FB8059; }
a { background-color: rgb(251,128,89); }
div.DivClassName
{
background-color: #FB8059;
}
.BgClassName
{
background-color: #FB8059;
}
</style>
border-color css
<style>
span { border-color: #FB8059; }
span { border-color: rgb(251,128,89); }
td.TdClassName
{
border-color: #FB8059;
}
.TagClassName
{
border-color: #FB8059;
}
</style>