Shades of Coral #FB8449
Tints of Coral #FB8449
RGB
CMYK
RGB Variations
Color information
#FB8449 (or 0xFB8449) is known color: Coral. HEX triplet: FB, 84 and 49. RGB value is (251,132,73). Sum of RGB (Red+Green+Blue) = 251+132+73=456 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.04% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 73 (28.91% from 255 or 16.01% from 456); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8449 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8449 is #047BB6. Grayscale: #A1A1A1. Windows color (decimal): -293815 or 4818171. OLE color: 4818171.
HSL color Cylindrical-coordinate representation of color #FB8449: hue angle of 19.89º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB8449 is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 132 | 73 | - |
| CMYK | 0 | 0.47 | 0.71 | 0.02 |
| HSL | 19.89º | 0.96% | 0.64% | - |
| HSV(B) | 19.89º | 0.71% | 0.98% | - |
| XYZ | 49.24 | 37.49 | 10.95 | - |
| YUV | 160.86 | 78.42 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 132 | 73 | 0 | 0.47 | 0.71 | 0.02 | 19.89 | 0.96 | 0.64 |
| Hex | FB | 84 | 49 | 0 | 2F | 47 | 2 | 14 | 60 | 40 |
| Octal | 373 | 204 | 111 | 0 | 57 | 107 | 2 | 24 | 140 | 100 |
| Binary | 11111011 | 10000100 | 1001001 | 0 | 101111 | 1000111 | 10 | 10100 | 1100000 | 1000000 |
Color Harmonies of #FB8449
Complementary color
Monochromatic Colors of #FB8449
Black with #FB8449
Text Example
Text Example
White with #FB8449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8449; }
p { color: rgb(251,132,73); }
H1.HeaderClassName
{
color: #FB8449;
}
.AnyTagClassName
{
color: #FB8449;
}
</style>
background-color css
<style>
a { background-color: #FB8449; }
a { background-color: rgb(251,132,73); }
div.DivClassName
{
background-color: #FB8449;
}
.BgClassName
{
background-color: #FB8449;
}
</style>
border-color css
<style>
span { border-color: #FB8449; }
span { border-color: rgb(251,132,73); }
td.TdClassName
{
border-color: #FB8449;
}
.TagClassName
{
border-color: #FB8449;
}
</style>