Shades of Coral #FB7C55
Tints of Coral #FB7C55
RGB
CMYK
RGB Variations
Color information
#FB7C55 (or 0xFB7C55) is known color: Coral. HEX triplet: FB, 7C and 55. RGB value is (251,124,85). Sum of RGB (Red+Green+Blue) = 251+124+85=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 85 (33.59% from 255 or 18.48% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7C55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7C55 is #0483AA. Grayscale: #9D9D9D. Windows color (decimal): -295851 or 5602555. OLE color: 5602555.
HSL color Cylindrical-coordinate representation of color #FB7C55: hue angle of 14.1º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FB7C55 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 124 | 85 | - |
| CMYK | 0 | 0.51 | 0.66 | 0.02 |
| HSL | 14.1º | 0.95% | 0.66% | - |
| HSV(B) | 14.1º | 0.66% | 0.98% | - |
| XYZ | 48.63 | 35.58 | 12.9 | - |
| YUV | 157.53 | 87.08 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 124 | 85 | 0 | 0.51 | 0.66 | 0.02 | 14.1 | 0.95 | 0.66 |
| Hex | FB | 7C | 55 | 0 | 33 | 42 | 2 | E | 5F | 42 |
| Octal | 373 | 174 | 125 | 0 | 63 | 102 | 2 | 16 | 137 | 102 |
| Binary | 11111011 | 1111100 | 1010101 | 0 | 110011 | 1000010 | 10 | 1110 | 1011111 | 1000010 |
Color Harmonies of #FB7C55
Complementary color
Monochromatic Colors of #FB7C55
Black with #FB7C55
Text Example
Text Example
White with #FB7C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7C55; }
p { color: rgb(251,124,85); }
H1.HeaderClassName
{
color: #FB7C55;
}
.AnyTagClassName
{
color: #FB7C55;
}
</style>
background-color css
<style>
a { background-color: #FB7C55; }
a { background-color: rgb(251,124,85); }
div.DivClassName
{
background-color: #FB7C55;
}
.BgClassName
{
background-color: #FB7C55;
}
</style>
border-color css
<style>
span { border-color: #FB7C55; }
span { border-color: rgb(251,124,85); }
td.TdClassName
{
border-color: #FB7C55;
}
.TagClassName
{
border-color: #FB7C55;
}
</style>