Shades of Coral #FB8049
Tints of Coral #FB8049
RGB
CMYK
RGB Variations
Color information
#FB8049 (or 0xFB8049) is known color: Coral. HEX triplet: FB, 80 and 49. RGB value is (251,128,73). Sum of RGB (Red+Green+Blue) = 251+128+73=452 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.53% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 73 (28.91% from 255 or 16.15% from 452); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8049 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8049 is #047FB6. Grayscale: #9E9E9E. Windows color (decimal): -294839 or 4817147. OLE color: 4817147.
HSL color Cylindrical-coordinate representation of color #FB8049: hue angle of 18.54º 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 #FB8049 is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 73 | - |
| CMYK | 0 | 0.49 | 0.71 | 0.02 |
| HSL | 18.54º | 0.96% | 0.64% | - |
| HSV(B) | 18.54º | 0.71% | 0.98% | - |
| XYZ | 48.71 | 36.43 | 10.77 | - |
| YUV | 158.51 | 79.75 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 73 | 0 | 0.49 | 0.71 | 0.02 | 18.54 | 0.96 | 0.64 |
| Hex | FB | 80 | 49 | 0 | 31 | 47 | 2 | 13 | 60 | 40 |
| Octal | 373 | 200 | 111 | 0 | 61 | 107 | 2 | 23 | 140 | 100 |
| Binary | 11111011 | 10000000 | 1001001 | 0 | 110001 | 1000111 | 10 | 10011 | 1100000 | 1000000 |
Color Harmonies of #FB8049
Complementary color
Monochromatic Colors of #FB8049
Black with #FB8049
Text Example
Text Example
White with #FB8049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8049; }
p { color: rgb(251,128,73); }
H1.HeaderClassName
{
color: #FB8049;
}
.AnyTagClassName
{
color: #FB8049;
}
</style>
background-color css
<style>
a { background-color: #FB8049; }
a { background-color: rgb(251,128,73); }
div.DivClassName
{
background-color: #FB8049;
}
.BgClassName
{
background-color: #FB8049;
}
</style>
border-color css
<style>
span { border-color: #FB8049; }
span { border-color: rgb(251,128,73); }
td.TdClassName
{
border-color: #FB8049;
}
.TagClassName
{
border-color: #FB8049;
}
</style>