Shades of Coral #FF714E
Tints of Coral #FF714E
RGB
CMYK
RGB Variations
Color information
#FF714E (or 0xFF714E) is known color: Coral. HEX triplet: FF, 71 and 4E. RGB value is (255,113,78). Sum of RGB (Red+Green+Blue) = 255+113+78=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 78 (30.86% from 255 or 17.49% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FF714E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF714E is #008EB1. Grayscale: #979797. Windows color (decimal): -36530 or 5140991. OLE color: 5140991.
HSL color Cylindrical-coordinate representation of color #FF714E: hue angle of 11.86º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF714E is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 78 | - |
| CMYK | 0 | 0.56 | 0.69 | 0 |
| HSL | 11.86º | 1% | 0.65% | - |
| HSV(B) | 11.86º | 0.69% | 1% | - |
| XYZ | 48.52 | 33.62 | 11.14 | - |
| YUV | 151.47 | 86.54 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 78 | 0 | 0.56 | 0.69 | 0 | 11.86 | 1 | 0.65 |
| Hex | FF | 71 | 4E | 0 | 38 | 45 | 0 | C | 64 | 41 |
| Octal | 377 | 161 | 116 | 0 | 70 | 105 | 0 | 14 | 144 | 101 |
| Binary | 11111111 | 1110001 | 1001110 | 0 | 111000 | 1000101 | 0 | 1100 | 1100100 | 1000001 |
Color Harmonies of #FF714E
Complementary color
Monochromatic Colors of #FF714E
Black with #FF714E
Text Example
Text Example
White with #FF714E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF714E; }
p { color: rgb(255,113,78); }
H1.HeaderClassName
{
color: #FF714E;
}
.AnyTagClassName
{
color: #FF714E;
}
</style>
background-color css
<style>
a { background-color: #FF714E; }
a { background-color: rgb(255,113,78); }
div.DivClassName
{
background-color: #FF714E;
}
.BgClassName
{
background-color: #FF714E;
}
</style>
border-color css
<style>
span { border-color: #FF714E; }
span { border-color: rgb(255,113,78); }
td.TdClassName
{
border-color: #FF714E;
}
.TagClassName
{
border-color: #FF714E;
}
</style>