Shades of Coral #FB8447
Tints of Coral #FB8447
RGB
CMYK
RGB Variations
Color information
#FB8447 (or 0xFB8447) is known color: Coral. HEX triplet: FB, 84 and 47. RGB value is (251,132,71). Sum of RGB (Red+Green+Blue) = 251+132+71=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 71 (28.12% from 255 or 15.64% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8447 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8447 is #047BB8. Grayscale: #A0A0A0. Windows color (decimal): -293817 or 4687099. OLE color: 4687099.
HSL color Cylindrical-coordinate representation of color #FB8447: hue angle of 20.33º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FB8447 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 132 | 71 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.02 |
| HSL | 20.33º | 0.96% | 0.63% | - |
| HSV(B) | 20.33º | 0.72% | 0.98% | - |
| XYZ | 49.17 | 37.47 | 10.6 | - |
| YUV | 160.63 | 77.42 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 132 | 71 | 0 | 0.47 | 0.72 | 0.02 | 20.33 | 0.96 | 0.63 |
| Hex | FB | 84 | 47 | 0 | 2F | 48 | 2 | 14 | 60 | 3F |
| Octal | 373 | 204 | 107 | 0 | 57 | 110 | 2 | 24 | 140 | 77 |
| Binary | 11111011 | 10000100 | 1000111 | 0 | 101111 | 1001000 | 10 | 10100 | 1100000 | 111111 |
Color Harmonies of #FB8447
Complementary color
Monochromatic Colors of #FB8447
Black with #FB8447
Text Example
Text Example
White with #FB8447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8447; }
p { color: rgb(251,132,71); }
H1.HeaderClassName
{
color: #FB8447;
}
.AnyTagClassName
{
color: #FB8447;
}
</style>
background-color css
<style>
a { background-color: #FB8447; }
a { background-color: rgb(251,132,71); }
div.DivClassName
{
background-color: #FB8447;
}
.BgClassName
{
background-color: #FB8447;
}
</style>
border-color css
<style>
span { border-color: #FB8447; }
span { border-color: rgb(251,132,71); }
td.TdClassName
{
border-color: #FB8447;
}
.TagClassName
{
border-color: #FB8447;
}
</style>