Shades of Coral #FB7655
Tints of Coral #FB7655
RGB
CMYK
RGB Variations
Color information
#FB7655 (or 0xFB7655) is known color: Coral. HEX triplet: FB, 76 and 55. RGB value is (251,118,85). Sum of RGB (Red+Green+Blue) = 251+118+85=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 85 (33.59% from 255 or 18.72% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7655 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7655 is #0489AA. Grayscale: #9A9A9A. Windows color (decimal): -297387 or 5601019. OLE color: 5601019.
HSL color Cylindrical-coordinate representation of color #FB7655: hue angle of 11.93º 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 #FB7655 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 118 | 85 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.02 |
| HSL | 11.93º | 0.95% | 0.66% | - |
| HSV(B) | 11.93º | 0.66% | 0.98% | - |
| XYZ | 47.9 | 34.12 | 12.66 | - |
| YUV | 154.01 | 89.06 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 118 | 85 | 0 | 0.53 | 0.66 | 0.02 | 11.93 | 0.95 | 0.66 |
| Hex | FB | 76 | 55 | 0 | 35 | 42 | 2 | C | 5F | 42 |
| Octal | 373 | 166 | 125 | 0 | 65 | 102 | 2 | 14 | 137 | 102 |
| Binary | 11111011 | 1110110 | 1010101 | 0 | 110101 | 1000010 | 10 | 1100 | 1011111 | 1000010 |
Color Harmonies of #FB7655
Complementary color
Monochromatic Colors of #FB7655
Black with #FB7655
Text Example
Text Example
White with #FB7655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7655; }
p { color: rgb(251,118,85); }
H1.HeaderClassName
{
color: #FB7655;
}
.AnyTagClassName
{
color: #FB7655;
}
</style>
background-color css
<style>
a { background-color: #FB7655; }
a { background-color: rgb(251,118,85); }
div.DivClassName
{
background-color: #FB7655;
}
.BgClassName
{
background-color: #FB7655;
}
</style>
border-color css
<style>
span { border-color: #FB7655; }
span { border-color: rgb(251,118,85); }
td.TdClassName
{
border-color: #FB7655;
}
.TagClassName
{
border-color: #FB7655;
}
</style>