Shades of Coral #FD764D
Tints of Coral #FD764D
RGB
CMYK
RGB Variations
Color information
#FD764D (or 0xFD764D) is known color: Coral. HEX triplet: FD, 76 and 4D. RGB value is (253,118,77). Sum of RGB (Red+Green+Blue) = 253+118+77=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 77 (30.47% from 255 or 17.19% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FD764D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD764D is #0289B2. Grayscale: #999999. Windows color (decimal): -166323 or 5076733. OLE color: 5076733.
HSL color Cylindrical-coordinate representation of color #FD764D: hue angle of 13.98º 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 #FD764D is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 118 | 77 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.01 |
| HSL | 13.98º | 0.98% | 0.65% | - |
| HSV(B) | 13.98º | 0.7% | 0.99% | - |
| XYZ | 48.33 | 34.38 | 11.11 | - |
| YUV | 153.69 | 84.73 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 118 | 77 | 0 | 0.53 | 0.70 | 0.01 | 13.98 | 0.98 | 0.65 |
| Hex | FD | 76 | 4D | 0 | 35 | 46 | 1 | E | 62 | 41 |
| Octal | 375 | 166 | 115 | 0 | 65 | 106 | 1 | 16 | 142 | 101 |
| Binary | 11111101 | 1110110 | 1001101 | 0 | 110101 | 1000110 | 1 | 1110 | 1100010 | 1000001 |
Color Harmonies of #FD764D
Complementary color
Monochromatic Colors of #FD764D
Black with #FD764D
Text Example
Text Example
White with #FD764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD764D; }
p { color: rgb(253,118,77); }
H1.HeaderClassName
{
color: #FD764D;
}
.AnyTagClassName
{
color: #FD764D;
}
</style>
background-color css
<style>
a { background-color: #FD764D; }
a { background-color: rgb(253,118,77); }
div.DivClassName
{
background-color: #FD764D;
}
.BgClassName
{
background-color: #FD764D;
}
</style>
border-color css
<style>
span { border-color: #FD764D; }
span { border-color: rgb(253,118,77); }
td.TdClassName
{
border-color: #FD764D;
}
.TagClassName
{
border-color: #FD764D;
}
</style>