Shades of Coral #FB7648
Tints of Coral #FB7648
RGB
CMYK
RGB Variations
Color information
#FB7648 (or 0xFB7648) is known color: Coral. HEX triplet: FB, 76 and 48. RGB value is (251,118,72). Sum of RGB (Red+Green+Blue) = 251+118+72=441 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.92% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 72 (28.52% from 255 or 16.33% from 441); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7648 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7648 is #0489B7. Grayscale: #989898. Windows color (decimal): -297400 or 4749051. OLE color: 4749051.
HSL color Cylindrical-coordinate representation of color #FB7648: hue angle of 15.42º 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 #FB7648 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 118 | 72 | - |
| CMYK | 0 | 0.53 | 0.71 | 0.02 |
| HSL | 15.42º | 0.96% | 0.63% | - |
| HSV(B) | 15.42º | 0.71% | 0.98% | - |
| XYZ | 47.43 | 33.93 | 10.18 | - |
| YUV | 152.52 | 82.56 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 118 | 72 | 0 | 0.53 | 0.71 | 0.02 | 15.42 | 0.96 | 0.63 |
| Hex | FB | 76 | 48 | 0 | 35 | 47 | 2 | F | 60 | 3F |
| Octal | 373 | 166 | 110 | 0 | 65 | 107 | 2 | 17 | 140 | 77 |
| Binary | 11111011 | 1110110 | 1001000 | 0 | 110101 | 1000111 | 10 | 1111 | 1100000 | 111111 |
Color Harmonies of #FB7648
Complementary color
Monochromatic Colors of #FB7648
Black with #FB7648
Text Example
Text Example
White with #FB7648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7648; }
p { color: rgb(251,118,72); }
H1.HeaderClassName
{
color: #FB7648;
}
.AnyTagClassName
{
color: #FB7648;
}
</style>
background-color css
<style>
a { background-color: #FB7648; }
a { background-color: rgb(251,118,72); }
div.DivClassName
{
background-color: #FB7648;
}
.BgClassName
{
background-color: #FB7648;
}
</style>
border-color css
<style>
span { border-color: #FB7648; }
span { border-color: rgb(251,118,72); }
td.TdClassName
{
border-color: #FB7648;
}
.TagClassName
{
border-color: #FB7648;
}
</style>