Shades of Coral #FB7B54
Tints of Coral #FB7B54
RGB
CMYK
RGB Variations
Color information
#FB7B54 (or 0xFB7B54) is known color: Coral. HEX triplet: FB, 7B and 54. RGB value is (251,123,84). Sum of RGB (Red+Green+Blue) = 251+123+84=458 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.80% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 84 (33.20% from 255 or 18.34% from 458); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7B54 is #0484AB. Grayscale: #9D9D9D. Windows color (decimal): -296108 or 5536763. OLE color: 5536763.
HSL color Cylindrical-coordinate representation of color #FB7B54: hue angle of 14.01º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB7B54 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 84 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.02 |
| HSL | 14.01º | 0.95% | 0.66% | - |
| HSV(B) | 14.01º | 0.67% | 0.98% | - |
| XYZ | 48.47 | 35.32 | 12.65 | - |
| YUV | 156.83 | 86.91 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 84 | 0 | 0.51 | 0.67 | 0.02 | 14.01 | 0.95 | 0.66 |
| Hex | FB | 7B | 54 | 0 | 33 | 43 | 2 | E | 5F | 42 |
| Octal | 373 | 173 | 124 | 0 | 63 | 103 | 2 | 16 | 137 | 102 |
| Binary | 11111011 | 1111011 | 1010100 | 0 | 110011 | 1000011 | 10 | 1110 | 1011111 | 1000010 |
Color Harmonies of #FB7B54
Complementary color
Monochromatic Colors of #FB7B54
Black with #FB7B54
Text Example
Text Example
White with #FB7B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7B54; }
p { color: rgb(251,123,84); }
H1.HeaderClassName
{
color: #FB7B54;
}
.AnyTagClassName
{
color: #FB7B54;
}
</style>
background-color css
<style>
a { background-color: #FB7B54; }
a { background-color: rgb(251,123,84); }
div.DivClassName
{
background-color: #FB7B54;
}
.BgClassName
{
background-color: #FB7B54;
}
</style>
border-color css
<style>
span { border-color: #FB7B54; }
span { border-color: rgb(251,123,84); }
td.TdClassName
{
border-color: #FB7B54;
}
.TagClassName
{
border-color: #FB7B54;
}
</style>