Shades of Coral #FB714E
Tints of Coral #FB714E
RGB
CMYK
RGB Variations
Color information
#FB714E (or 0xFB714E) is known color: Coral. HEX triplet: FB, 71 and 4E. RGB value is (251,113,78). Sum of RGB (Red+Green+Blue) = 251+113+78=442 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.79% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 78 (30.86% from 255 or 17.65% from 442); Max value from RGB is 251 - color contains mainly: red. Hex color #FB714E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB714E is #048EB1. Grayscale: #969696. Windows color (decimal): -298674 or 5140987. OLE color: 5140987.
HSL color Cylindrical-coordinate representation of color #FB714E: hue angle of 12.14º 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 #FB714E is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 113 | 78 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.02 |
| HSL | 12.14º | 0.96% | 0.65% | - |
| HSV(B) | 12.14º | 0.69% | 0.98% | - |
| XYZ | 47.06 | 32.87 | 11.07 | - |
| YUV | 150.27 | 87.22 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 113 | 78 | 0 | 0.55 | 0.69 | 0.02 | 12.14 | 0.96 | 0.65 |
| Hex | FB | 71 | 4E | 0 | 37 | 45 | 2 | C | 60 | 41 |
| Octal | 373 | 161 | 116 | 0 | 67 | 105 | 2 | 14 | 140 | 101 |
| Binary | 11111011 | 1110001 | 1001110 | 0 | 110111 | 1000101 | 10 | 1100 | 1100000 | 1000001 |
Color Harmonies of #FB714E
Complementary color
Monochromatic Colors of #FB714E
Black with #FB714E
Text Example
Text Example
White with #FB714E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB714E; }
p { color: rgb(251,113,78); }
H1.HeaderClassName
{
color: #FB714E;
}
.AnyTagClassName
{
color: #FB714E;
}
</style>
background-color css
<style>
a { background-color: #FB714E; }
a { background-color: rgb(251,113,78); }
div.DivClassName
{
background-color: #FB714E;
}
.BgClassName
{
background-color: #FB714E;
}
</style>
border-color css
<style>
span { border-color: #FB714E; }
span { border-color: rgb(251,113,78); }
td.TdClassName
{
border-color: #FB714E;
}
.TagClassName
{
border-color: #FB714E;
}
</style>