Shades of Coral #FB8348
Tints of Coral #FB8348
RGB
CMYK
RGB Variations
Color information
#FB8348 (or 0xFB8348) is known color: Coral. HEX triplet: FB, 83 and 48. RGB value is (251,131,72). Sum of RGB (Red+Green+Blue) = 251+131+72=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 131 (51.56% from 255 or 28.85% from 454); Blue value is 72 (28.52% from 255 or 15.86% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8348 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8348 is #047CB7. Grayscale: #A0A0A0. Windows color (decimal): -294072 or 4752379. OLE color: 4752379.
HSL color Cylindrical-coordinate representation of color #FB8348: hue angle of 19.78º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB8348 is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 131 | 72 | - |
| CMYK | 0 | 0.48 | 0.71 | 0.02 |
| HSL | 19.78º | 0.96% | 0.63% | - |
| HSV(B) | 19.78º | 0.71% | 0.98% | - |
| XYZ | 49.07 | 37.21 | 10.73 | - |
| YUV | 160.15 | 78.26 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 131 | 72 | 0 | 0.48 | 0.71 | 0.02 | 19.78 | 0.96 | 0.63 |
| Hex | FB | 83 | 48 | 0 | 30 | 47 | 2 | 14 | 60 | 3F |
| Octal | 373 | 203 | 110 | 0 | 60 | 107 | 2 | 24 | 140 | 77 |
| Binary | 11111011 | 10000011 | 1001000 | 0 | 110000 | 1000111 | 10 | 10100 | 1100000 | 111111 |
Color Harmonies of #FB8348
Complementary color
Monochromatic Colors of #FB8348
Black with #FB8348
Text Example
Text Example
White with #FB8348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8348; }
p { color: rgb(251,131,72); }
H1.HeaderClassName
{
color: #FB8348;
}
.AnyTagClassName
{
color: #FB8348;
}
</style>
background-color css
<style>
a { background-color: #FB8348; }
a { background-color: rgb(251,131,72); }
div.DivClassName
{
background-color: #FB8348;
}
.BgClassName
{
background-color: #FB8348;
}
</style>
border-color css
<style>
span { border-color: #FB8348; }
span { border-color: rgb(251,131,72); }
td.TdClassName
{
border-color: #FB8348;
}
.TagClassName
{
border-color: #FB8348;
}
</style>