Shades of Coral #FB7C53
Tints of Coral #FB7C53
RGB
CMYK
RGB Variations
Color information
#FB7C53 (or 0xFB7C53) is known color: Coral. HEX triplet: FB, 7C and 53. RGB value is (251,124,83). Sum of RGB (Red+Green+Blue) = 251+124+83=458 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.80% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 83 (32.81% from 255 or 18.12% from 458); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7C53 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7C53 is #0483AC. Grayscale: #9D9D9D. Windows color (decimal): -295853 or 5471483. OLE color: 5471483.
HSL color Cylindrical-coordinate representation of color #FB7C53: hue angle of 14.64º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB7C53 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 124 | 83 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.02 |
| HSL | 14.64º | 0.95% | 0.65% | - |
| HSV(B) | 14.64º | 0.67% | 0.98% | - |
| XYZ | 48.55 | 35.55 | 12.49 | - |
| YUV | 157.3 | 86.08 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 124 | 83 | 0 | 0.51 | 0.67 | 0.02 | 14.64 | 0.95 | 0.65 |
| Hex | FB | 7C | 53 | 0 | 33 | 43 | 2 | F | 5F | 41 |
| Octal | 373 | 174 | 123 | 0 | 63 | 103 | 2 | 17 | 137 | 101 |
| Binary | 11111011 | 1111100 | 1010011 | 0 | 110011 | 1000011 | 10 | 1111 | 1011111 | 1000001 |
Color Harmonies of #FB7C53
Complementary color
Monochromatic Colors of #FB7C53
Black with #FB7C53
Text Example
Text Example
White with #FB7C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7C53; }
p { color: rgb(251,124,83); }
H1.HeaderClassName
{
color: #FB7C53;
}
.AnyTagClassName
{
color: #FB7C53;
}
</style>
background-color css
<style>
a { background-color: #FB7C53; }
a { background-color: rgb(251,124,83); }
div.DivClassName
{
background-color: #FB7C53;
}
.BgClassName
{
background-color: #FB7C53;
}
</style>
border-color css
<style>
span { border-color: #FB7C53; }
span { border-color: rgb(251,124,83); }
td.TdClassName
{
border-color: #FB7C53;
}
.TagClassName
{
border-color: #FB7C53;
}
</style>