Shades of Coral #FB7D4E
Tints of Coral #FB7D4E
RGB
CMYK
RGB Variations
Color information
#FB7D4E (or 0xFB7D4E) is known color: Coral. HEX triplet: FB, 7D and 4E. RGB value is (251,125,78). Sum of RGB (Red+Green+Blue) = 251+125+78=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 78 (30.86% from 255 or 17.18% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7D4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7D4E is #0482B1. Grayscale: #9D9D9D. Windows color (decimal): -295602 or 5144059. OLE color: 5144059.
HSL color Cylindrical-coordinate representation of color #FB7D4E: hue angle of 16.3º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB7D4E is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 125 | 78 | - |
| CMYK | 0 | 0.50 | 0.69 | 0.02 |
| HSL | 16.3º | 0.96% | 0.65% | - |
| HSV(B) | 16.3º | 0.69% | 0.98% | - |
| XYZ | 48.49 | 35.73 | 11.55 | - |
| YUV | 157.32 | 83.24 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 125 | 78 | 0 | 0.50 | 0.69 | 0.02 | 16.3 | 0.96 | 0.65 |
| Hex | FB | 7D | 4E | 0 | 32 | 45 | 2 | 10 | 60 | 41 |
| Octal | 373 | 175 | 116 | 0 | 62 | 105 | 2 | 20 | 140 | 101 |
| Binary | 11111011 | 1111101 | 1001110 | 0 | 110010 | 1000101 | 10 | 10000 | 1100000 | 1000001 |
Color Harmonies of #FB7D4E
Complementary color
Monochromatic Colors of #FB7D4E
Black with #FB7D4E
Text Example
Text Example
White with #FB7D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7D4E; }
p { color: rgb(251,125,78); }
H1.HeaderClassName
{
color: #FB7D4E;
}
.AnyTagClassName
{
color: #FB7D4E;
}
</style>
background-color css
<style>
a { background-color: #FB7D4E; }
a { background-color: rgb(251,125,78); }
div.DivClassName
{
background-color: #FB7D4E;
}
.BgClassName
{
background-color: #FB7D4E;
}
</style>
border-color css
<style>
span { border-color: #FB7D4E; }
span { border-color: rgb(251,125,78); }
td.TdClassName
{
border-color: #FB7D4E;
}
.TagClassName
{
border-color: #FB7D4E;
}
</style>