Shades of Coral #FB805E
Tints of Coral #FB805E
RGB
CMYK
RGB Variations
Color information
#FB805E (or 0xFB805E) is known color: Coral. HEX triplet: FB, 80 and 5E. RGB value is (251,128,94). Sum of RGB (Red+Green+Blue) = 251+128+94=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 94 (37.11% from 255 or 19.87% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FB805E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB805E is #047FA1. Grayscale: #A1A1A1. Windows color (decimal): -294818 or 6193403. OLE color: 6193403.
HSL color Cylindrical-coordinate representation of color #FB805E: hue angle of 12.99º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB805E is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 94 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.02 |
| HSL | 12.99º | 0.95% | 0.68% | - |
| HSV(B) | 12.99º | 0.63% | 0.98% | - |
| XYZ | 49.52 | 36.76 | 15.07 | - |
| YUV | 160.9 | 90.25 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 94 | 0 | 0.49 | 0.63 | 0.02 | 12.99 | 0.95 | 0.68 |
| Hex | FB | 80 | 5E | 0 | 31 | 3F | 2 | D | 5F | 44 |
| Octal | 373 | 200 | 136 | 0 | 61 | 77 | 2 | 15 | 137 | 104 |
| Binary | 11111011 | 10000000 | 1011110 | 0 | 110001 | 111111 | 10 | 1101 | 1011111 | 1000100 |
Color Harmonies of #FB805E
Complementary color
Monochromatic Colors of #FB805E
Black with #FB805E
Text Example
Text Example
White with #FB805E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB805E; }
p { color: rgb(251,128,94); }
H1.HeaderClassName
{
color: #FB805E;
}
.AnyTagClassName
{
color: #FB805E;
}
</style>
background-color css
<style>
a { background-color: #FB805E; }
a { background-color: rgb(251,128,94); }
div.DivClassName
{
background-color: #FB805E;
}
.BgClassName
{
background-color: #FB805E;
}
</style>
border-color css
<style>
span { border-color: #FB805E; }
span { border-color: rgb(251,128,94); }
td.TdClassName
{
border-color: #FB805E;
}
.TagClassName
{
border-color: #FB805E;
}
</style>