Shades of Coral #FD714C
Tints of Coral #FD714C
RGB
CMYK
RGB Variations
Color information
#FD714C (or 0xFD714C) is known color: Coral. HEX triplet: FD, 71 and 4C. RGB value is (253,113,76). Sum of RGB (Red+Green+Blue) = 253+113+76=442 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.24% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 76 (30.08% from 255 or 17.19% from 442); Max value from RGB is 253 - color contains mainly: red. Hex color #FD714C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD714C is #028EB3. Grayscale: #969696. Windows color (decimal): -167604 or 5009917. OLE color: 5009917.
HSL color Cylindrical-coordinate representation of color #FD714C: hue angle of 12.54º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD714C is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 113 | 76 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.01 |
| HSL | 12.54º | 0.98% | 0.65% | - |
| HSV(B) | 12.54º | 0.7% | 0.99% | - |
| XYZ | 47.72 | 33.21 | 10.73 | - |
| YUV | 150.64 | 85.88 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 113 | 76 | 0 | 0.55 | 0.70 | 0.01 | 12.54 | 0.98 | 0.65 |
| Hex | FD | 71 | 4C | 0 | 37 | 46 | 1 | D | 62 | 41 |
| Octal | 375 | 161 | 114 | 0 | 67 | 106 | 1 | 15 | 142 | 101 |
| Binary | 11111101 | 1110001 | 1001100 | 0 | 110111 | 1000110 | 1 | 1101 | 1100010 | 1000001 |
Color Harmonies of #FD714C
Complementary color
Monochromatic Colors of #FD714C
Black with #FD714C
Text Example
Text Example
White with #FD714C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD714C; }
p { color: rgb(253,113,76); }
H1.HeaderClassName
{
color: #FD714C;
}
.AnyTagClassName
{
color: #FD714C;
}
</style>
background-color css
<style>
a { background-color: #FD714C; }
a { background-color: rgb(253,113,76); }
div.DivClassName
{
background-color: #FD714C;
}
.BgClassName
{
background-color: #FD714C;
}
</style>
border-color css
<style>
span { border-color: #FD714C; }
span { border-color: rgb(253,113,76); }
td.TdClassName
{
border-color: #FD714C;
}
.TagClassName
{
border-color: #FD714C;
}
</style>