Shades of Coral #FD754D
Tints of Coral #FD754D
RGB
CMYK
RGB Variations
Color information
#FD754D (or 0xFD754D) is known color: Coral. HEX triplet: FD, 75 and 4D. RGB value is (253,117,77). Sum of RGB (Red+Green+Blue) = 253+117+77=447 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.60% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 77 (30.47% from 255 or 17.23% from 447); Max value from RGB is 253 - color contains mainly: red. Hex color #FD754D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD754D is #028AB2. Grayscale: #999999. Windows color (decimal): -166579 or 5076477. OLE color: 5076477.
HSL color Cylindrical-coordinate representation of color #FD754D: hue angle of 13.64º 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 #FD754D is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 117 | 77 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.01 |
| HSL | 13.64º | 0.98% | 0.65% | - |
| HSV(B) | 13.64º | 0.7% | 0.99% | - |
| XYZ | 48.21 | 34.14 | 11.07 | - |
| YUV | 153.1 | 85.06 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 117 | 77 | 0 | 0.54 | 0.70 | 0.01 | 13.64 | 0.98 | 0.65 |
| Hex | FD | 75 | 4D | 0 | 36 | 46 | 1 | E | 62 | 41 |
| Octal | 375 | 165 | 115 | 0 | 66 | 106 | 1 | 16 | 142 | 101 |
| Binary | 11111101 | 1110101 | 1001101 | 0 | 110110 | 1000110 | 1 | 1110 | 1100010 | 1000001 |
Color Harmonies of #FD754D
Complementary color
Monochromatic Colors of #FD754D
Black with #FD754D
Text Example
Text Example
White with #FD754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD754D; }
p { color: rgb(253,117,77); }
H1.HeaderClassName
{
color: #FD754D;
}
.AnyTagClassName
{
color: #FD754D;
}
</style>
background-color css
<style>
a { background-color: #FD754D; }
a { background-color: rgb(253,117,77); }
div.DivClassName
{
background-color: #FD754D;
}
.BgClassName
{
background-color: #FD754D;
}
</style>
border-color css
<style>
span { border-color: #FD754D; }
span { border-color: rgb(253,117,77); }
td.TdClassName
{
border-color: #FD754D;
}
.TagClassName
{
border-color: #FD754D;
}
</style>