Shades of Coral #FB7D4B
Tints of Coral #FB7D4B
RGB
CMYK
RGB Variations
Color information
#FB7D4B (or 0xFB7D4B) is known color: Coral. HEX triplet: FB, 7D and 4B. RGB value is (251,125,75). Sum of RGB (Red+Green+Blue) = 251+125+75=451 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.65% from 451); Green value is 125 (49.22% from 255 or 27.72% from 451); Blue value is 75 (29.69% from 255 or 16.63% from 451); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7D4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7D4B is #0482B4. Grayscale: #9D9D9D. Windows color (decimal): -295605 or 4947451. OLE color: 4947451.
HSL color Cylindrical-coordinate representation of color #FB7D4B: hue angle of 17.05º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FB7D4B is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 125 | 75 | - |
| CMYK | 0 | 0.50 | 0.70 | 0.02 |
| HSL | 17.05º | 0.96% | 0.64% | - |
| HSV(B) | 17.05º | 0.7% | 0.98% | - |
| XYZ | 48.39 | 35.68 | 10.99 | - |
| YUV | 156.97 | 81.74 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 125 | 75 | 0 | 0.50 | 0.70 | 0.02 | 17.05 | 0.96 | 0.64 |
| Hex | FB | 7D | 4B | 0 | 32 | 46 | 2 | 11 | 60 | 40 |
| Octal | 373 | 175 | 113 | 0 | 62 | 106 | 2 | 21 | 140 | 100 |
| Binary | 11111011 | 1111101 | 1001011 | 0 | 110010 | 1000110 | 10 | 10001 | 1100000 | 1000000 |
Color Harmonies of #FB7D4B
Complementary color
Monochromatic Colors of #FB7D4B
Black with #FB7D4B
Text Example
Text Example
White with #FB7D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7D4B; }
p { color: rgb(251,125,75); }
H1.HeaderClassName
{
color: #FB7D4B;
}
.AnyTagClassName
{
color: #FB7D4B;
}
</style>
background-color css
<style>
a { background-color: #FB7D4B; }
a { background-color: rgb(251,125,75); }
div.DivClassName
{
background-color: #FB7D4B;
}
.BgClassName
{
background-color: #FB7D4B;
}
</style>
border-color css
<style>
span { border-color: #FB7D4B; }
span { border-color: rgb(251,125,75); }
td.TdClassName
{
border-color: #FB7D4B;
}
.TagClassName
{
border-color: #FB7D4B;
}
</style>