Shades of Coral #FB7547
Tints of Coral #FB7547
RGB
CMYK
RGB Variations
Color information
#FB7547 (or 0xFB7547) is known color: Coral. HEX triplet: FB, 75 and 47. RGB value is (251,117,71). Sum of RGB (Red+Green+Blue) = 251+117+71=439 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.18% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 71 (28.12% from 255 or 16.17% from 439); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7547 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7547 is #048AB8. Grayscale: #989898. Windows color (decimal): -297657 or 4683259. OLE color: 4683259.
HSL color Cylindrical-coordinate representation of color #FB7547: hue angle of 15.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 #FB7547 is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 117 | 71 | - |
| CMYK | 0 | 0.53 | 0.72 | 0.02 |
| HSL | 15.33º | 0.96% | 0.63% | - |
| HSV(B) | 15.33º | 0.72% | 0.98% | - |
| XYZ | 47.28 | 33.69 | 9.97 | - |
| YUV | 151.82 | 82.39 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 117 | 71 | 0 | 0.53 | 0.72 | 0.02 | 15.33 | 0.96 | 0.63 |
| Hex | FB | 75 | 47 | 0 | 35 | 48 | 2 | F | 60 | 3F |
| Octal | 373 | 165 | 107 | 0 | 65 | 110 | 2 | 17 | 140 | 77 |
| Binary | 11111011 | 1110101 | 1000111 | 0 | 110101 | 1001000 | 10 | 1111 | 1100000 | 111111 |
Color Harmonies of #FB7547
Complementary color
Monochromatic Colors of #FB7547
Black with #FB7547
Text Example
Text Example
White with #FB7547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7547; }
p { color: rgb(251,117,71); }
H1.HeaderClassName
{
color: #FB7547;
}
.AnyTagClassName
{
color: #FB7547;
}
</style>
background-color css
<style>
a { background-color: #FB7547; }
a { background-color: rgb(251,117,71); }
div.DivClassName
{
background-color: #FB7547;
}
.BgClassName
{
background-color: #FB7547;
}
</style>
border-color css
<style>
span { border-color: #FB7547; }
span { border-color: rgb(251,117,71); }
td.TdClassName
{
border-color: #FB7547;
}
.TagClassName
{
border-color: #FB7547;
}
</style>