Shades of Coral #FB7D4D
Tints of Coral #FB7D4D
RGB
CMYK
RGB Variations
Color information
#FB7D4D (or 0xFB7D4D) is known color: Coral. HEX triplet: FB, 7D and 4D. RGB value is (251,125,77). Sum of RGB (Red+Green+Blue) = 251+125+77=453 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.41% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 77 (30.47% from 255 or 17.00% from 453); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7D4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7D4D is #0482B2. Grayscale: #9D9D9D. Windows color (decimal): -295603 or 5078523. OLE color: 5078523.
HSL color Cylindrical-coordinate representation of color #FB7D4D: hue angle of 16.55º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB7D4D is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 125 | 77 | - |
| CMYK | 0 | 0.50 | 0.69 | 0.02 |
| HSL | 16.55º | 0.96% | 0.64% | - |
| HSV(B) | 16.55º | 0.69% | 0.98% | - |
| XYZ | 48.46 | 35.71 | 11.36 | - |
| YUV | 157.2 | 82.74 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 125 | 77 | 0 | 0.50 | 0.69 | 0.02 | 16.55 | 0.96 | 0.64 |
| Hex | FB | 7D | 4D | 0 | 32 | 45 | 2 | 11 | 60 | 40 |
| Octal | 373 | 175 | 115 | 0 | 62 | 105 | 2 | 21 | 140 | 100 |
| Binary | 11111011 | 1111101 | 1001101 | 0 | 110010 | 1000101 | 10 | 10001 | 1100000 | 1000000 |
Color Harmonies of #FB7D4D
Complementary color
Monochromatic Colors of #FB7D4D
Black with #FB7D4D
Text Example
Text Example
White with #FB7D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7D4D; }
p { color: rgb(251,125,77); }
H1.HeaderClassName
{
color: #FB7D4D;
}
.AnyTagClassName
{
color: #FB7D4D;
}
</style>
background-color css
<style>
a { background-color: #FB7D4D; }
a { background-color: rgb(251,125,77); }
div.DivClassName
{
background-color: #FB7D4D;
}
.BgClassName
{
background-color: #FB7D4D;
}
</style>
border-color css
<style>
span { border-color: #FB7D4D; }
span { border-color: rgb(251,125,77); }
td.TdClassName
{
border-color: #FB7D4D;
}
.TagClassName
{
border-color: #FB7D4D;
}
</style>