Shades of Coral #FB8256
Tints of Coral #FB8256
RGB
CMYK
RGB Variations
Color information
#FB8256 (or 0xFB8256) is known color: Coral. HEX triplet: FB, 82 and 56. RGB value is (251,130,86). Sum of RGB (Red+Green+Blue) = 251+130+86=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 86 (33.98% from 255 or 18.42% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8256 is #047DA9. Grayscale: #A1A1A1. Windows color (decimal): -294314 or 5669627. OLE color: 5669627.
HSL color Cylindrical-coordinate representation of color #FB8256: hue angle of 16º 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 #FB8256 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 130 | 86 | - |
| CMYK | 0 | 0.48 | 0.66 | 0.02 |
| HSL | 16º | 0.95% | 0.66% | - |
| HSV(B) | 16º | 0.66% | 0.98% | - |
| XYZ | 49.45 | 37.15 | 13.37 | - |
| YUV | 161.16 | 85.59 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 130 | 86 | 0 | 0.48 | 0.66 | 0.02 | 16 | 0.95 | 0.66 |
| Hex | FB | 82 | 56 | 0 | 30 | 42 | 2 | 10 | 5F | 42 |
| Octal | 373 | 202 | 126 | 0 | 60 | 102 | 2 | 20 | 137 | 102 |
| Binary | 11111011 | 10000010 | 1010110 | 0 | 110000 | 1000010 | 10 | 10000 | 1011111 | 1000010 |
Color Harmonies of #FB8256
Complementary color
Monochromatic Colors of #FB8256
Black with #FB8256
Text Example
Text Example
White with #FB8256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8256; }
p { color: rgb(251,130,86); }
H1.HeaderClassName
{
color: #FB8256;
}
.AnyTagClassName
{
color: #FB8256;
}
</style>
background-color css
<style>
a { background-color: #FB8256; }
a { background-color: rgb(251,130,86); }
div.DivClassName
{
background-color: #FB8256;
}
.BgClassName
{
background-color: #FB8256;
}
</style>
border-color css
<style>
span { border-color: #FB8256; }
span { border-color: rgb(251,130,86); }
td.TdClassName
{
border-color: #FB8256;
}
.TagClassName
{
border-color: #FB8256;
}
</style>