Shades of Coral #FB8156
Tints of Coral #FB8156
RGB
CMYK
RGB Variations
Color information
#FB8156 (or 0xFB8156) is known color: Coral. HEX triplet: FB, 81 and 56. RGB value is (251,129,86). Sum of RGB (Red+Green+Blue) = 251+129+86=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 86 (33.98% from 255 or 18.45% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8156 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8156 is #047EA9. Grayscale: #A0A0A0. Windows color (decimal): -294570 or 5669371. OLE color: 5669371.
HSL color Cylindrical-coordinate representation of color #FB8156: hue angle of 15.64º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FB8156 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 129 | 86 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.02 |
| HSL | 15.64º | 0.95% | 0.66% | - |
| HSV(B) | 15.64º | 0.66% | 0.98% | - |
| XYZ | 49.31 | 36.88 | 13.32 | - |
| YUV | 160.58 | 85.92 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 129 | 86 | 0 | 0.49 | 0.66 | 0.02 | 15.64 | 0.95 | 0.66 |
| Hex | FB | 81 | 56 | 0 | 31 | 42 | 2 | 10 | 5F | 42 |
| Octal | 373 | 201 | 126 | 0 | 61 | 102 | 2 | 20 | 137 | 102 |
| Binary | 11111011 | 10000001 | 1010110 | 0 | 110001 | 1000010 | 10 | 10000 | 1011111 | 1000010 |
Color Harmonies of #FB8156
Complementary color
Monochromatic Colors of #FB8156
Black with #FB8156
Text Example
Text Example
White with #FB8156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8156; }
p { color: rgb(251,129,86); }
H1.HeaderClassName
{
color: #FB8156;
}
.AnyTagClassName
{
color: #FB8156;
}
</style>
background-color css
<style>
a { background-color: #FB8156; }
a { background-color: rgb(251,129,86); }
div.DivClassName
{
background-color: #FB8156;
}
.BgClassName
{
background-color: #FB8156;
}
</style>
border-color css
<style>
span { border-color: #FB8156; }
span { border-color: rgb(251,129,86); }
td.TdClassName
{
border-color: #FB8156;
}
.TagClassName
{
border-color: #FB8156;
}
</style>