Shades of Coral #FB7D55
Tints of Coral #FB7D55
RGB
CMYK
RGB Variations
Color information
#FB7D55 (or 0xFB7D55) is known color: Coral. HEX triplet: FB, 7D and 55. RGB value is (251,125,85). Sum of RGB (Red+Green+Blue) = 251+125+85=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 85 (33.59% from 255 or 18.44% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7D55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7D55 is #0482AA. Grayscale: #9E9E9E. Windows color (decimal): -295595 or 5602811. OLE color: 5602811.
HSL color Cylindrical-coordinate representation of color #FB7D55: hue angle of 14.46º 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 #FB7D55 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 125 | 85 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.02 |
| HSL | 14.46º | 0.95% | 0.66% | - |
| HSV(B) | 14.46º | 0.66% | 0.98% | - |
| XYZ | 48.76 | 35.83 | 12.94 | - |
| YUV | 158.11 | 86.74 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 125 | 85 | 0 | 0.50 | 0.66 | 0.02 | 14.46 | 0.95 | 0.66 |
| Hex | FB | 7D | 55 | 0 | 32 | 42 | 2 | E | 5F | 42 |
| Octal | 373 | 175 | 125 | 0 | 62 | 102 | 2 | 16 | 137 | 102 |
| Binary | 11111011 | 1111101 | 1010101 | 0 | 110010 | 1000010 | 10 | 1110 | 1011111 | 1000010 |
Color Harmonies of #FB7D55
Complementary color
Monochromatic Colors of #FB7D55
Black with #FB7D55
Text Example
Text Example
White with #FB7D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7D55; }
p { color: rgb(251,125,85); }
H1.HeaderClassName
{
color: #FB7D55;
}
.AnyTagClassName
{
color: #FB7D55;
}
</style>
background-color css
<style>
a { background-color: #FB7D55; }
a { background-color: rgb(251,125,85); }
div.DivClassName
{
background-color: #FB7D55;
}
.BgClassName
{
background-color: #FB7D55;
}
</style>
border-color css
<style>
span { border-color: #FB7D55; }
span { border-color: rgb(251,125,85); }
td.TdClassName
{
border-color: #FB7D55;
}
.TagClassName
{
border-color: #FB7D55;
}
</style>