Shades of Coral #FB7754
Tints of Coral #FB7754
RGB
CMYK
RGB Variations
Color information
#FB7754 (or 0xFB7754) is known color: Coral. HEX triplet: FB, 77 and 54. RGB value is (251,119,84). Sum of RGB (Red+Green+Blue) = 251+119+84=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 84 (33.20% from 255 or 18.50% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7754 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7754 is #0488AB. Grayscale: #9A9A9A. Windows color (decimal): -297132 or 5535739. OLE color: 5535739.
HSL color Cylindrical-coordinate representation of color #FB7754: hue angle of 12.57º 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 #FB7754 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 119 | 84 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.02 |
| HSL | 12.57º | 0.95% | 0.66% | - |
| HSV(B) | 12.57º | 0.67% | 0.98% | - |
| XYZ | 47.98 | 34.34 | 12.49 | - |
| YUV | 154.48 | 88.23 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 119 | 84 | 0 | 0.53 | 0.67 | 0.02 | 12.57 | 0.95 | 0.66 |
| Hex | FB | 77 | 54 | 0 | 35 | 43 | 2 | D | 5F | 42 |
| Octal | 373 | 167 | 124 | 0 | 65 | 103 | 2 | 15 | 137 | 102 |
| Binary | 11111011 | 1110111 | 1010100 | 0 | 110101 | 1000011 | 10 | 1101 | 1011111 | 1000010 |
Color Harmonies of #FB7754
Complementary color
Monochromatic Colors of #FB7754
Black with #FB7754
Text Example
Text Example
White with #FB7754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7754; }
p { color: rgb(251,119,84); }
H1.HeaderClassName
{
color: #FB7754;
}
.AnyTagClassName
{
color: #FB7754;
}
</style>
background-color css
<style>
a { background-color: #FB7754; }
a { background-color: rgb(251,119,84); }
div.DivClassName
{
background-color: #FB7754;
}
.BgClassName
{
background-color: #FB7754;
}
</style>
border-color css
<style>
span { border-color: #FB7754; }
span { border-color: rgb(251,119,84); }
td.TdClassName
{
border-color: #FB7754;
}
.TagClassName
{
border-color: #FB7754;
}
</style>