Shades of Coral #FB8448
Tints of Coral #FB8448
RGB
CMYK
RGB Variations
Color information
#FB8448 (or 0xFB8448) is known color: Coral. HEX triplet: FB, 84 and 48. RGB value is (251,132,72). Sum of RGB (Red+Green+Blue) = 251+132+72=455 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.16% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 72 (28.52% from 255 or 15.82% from 455); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8448 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8448 is #047BB7. Grayscale: #A1A1A1. Windows color (decimal): -293816 or 4752635. OLE color: 4752635.
HSL color Cylindrical-coordinate representation of color #FB8448: hue angle of 20.11º 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 #FB8448 is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 132 | 72 | - |
| CMYK | 0 | 0.47 | 0.71 | 0.02 |
| HSL | 20.11º | 0.96% | 0.63% | - |
| HSV(B) | 20.11º | 0.71% | 0.98% | - |
| XYZ | 49.2 | 37.48 | 10.77 | - |
| YUV | 160.74 | 77.92 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 132 | 72 | 0 | 0.47 | 0.71 | 0.02 | 20.11 | 0.96 | 0.63 |
| Hex | FB | 84 | 48 | 0 | 2F | 47 | 2 | 14 | 60 | 3F |
| Octal | 373 | 204 | 110 | 0 | 57 | 107 | 2 | 24 | 140 | 77 |
| Binary | 11111011 | 10000100 | 1001000 | 0 | 101111 | 1000111 | 10 | 10100 | 1100000 | 111111 |
Color Harmonies of #FB8448
Complementary color
Monochromatic Colors of #FB8448
Black with #FB8448
Text Example
Text Example
White with #FB8448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8448; }
p { color: rgb(251,132,72); }
H1.HeaderClassName
{
color: #FB8448;
}
.AnyTagClassName
{
color: #FB8448;
}
</style>
background-color css
<style>
a { background-color: #FB8448; }
a { background-color: rgb(251,132,72); }
div.DivClassName
{
background-color: #FB8448;
}
.BgClassName
{
background-color: #FB8448;
}
</style>
border-color css
<style>
span { border-color: #FB8448; }
span { border-color: rgb(251,132,72); }
td.TdClassName
{
border-color: #FB8448;
}
.TagClassName
{
border-color: #FB8448;
}
</style>