Shades of Coral #FD7A4E
Tints of Coral #FD7A4E
RGB
CMYK
RGB Variations
Color information
#FD7A4E (or 0xFD7A4E) is known color: Coral. HEX triplet: FD, 7A and 4E. RGB value is (253,122,78). Sum of RGB (Red+Green+Blue) = 253+122+78=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 78 (30.86% from 255 or 17.22% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7A4E is #0285B1. Grayscale: #9C9C9C. Windows color (decimal): -165298 or 5143293. OLE color: 5143293.
HSL color Cylindrical-coordinate representation of color #FD7A4E: hue angle of 15.09º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FD7A4E is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 122 | 78 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.01 |
| HSL | 15.09º | 0.98% | 0.65% | - |
| HSV(B) | 15.09º | 0.69% | 0.99% | - |
| XYZ | 48.84 | 35.35 | 11.46 | - |
| YUV | 156.15 | 83.9 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 122 | 78 | 0 | 0.52 | 0.69 | 0.01 | 15.09 | 0.98 | 0.65 |
| Hex | FD | 7A | 4E | 0 | 34 | 45 | 1 | F | 62 | 41 |
| Octal | 375 | 172 | 116 | 0 | 64 | 105 | 1 | 17 | 142 | 101 |
| Binary | 11111101 | 1111010 | 1001110 | 0 | 110100 | 1000101 | 1 | 1111 | 1100010 | 1000001 |
Color Harmonies of #FD7A4E
Complementary color
Monochromatic Colors of #FD7A4E
Black with #FD7A4E
Text Example
Text Example
White with #FD7A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7A4E; }
p { color: rgb(253,122,78); }
H1.HeaderClassName
{
color: #FD7A4E;
}
.AnyTagClassName
{
color: #FD7A4E;
}
</style>
background-color css
<style>
a { background-color: #FD7A4E; }
a { background-color: rgb(253,122,78); }
div.DivClassName
{
background-color: #FD7A4E;
}
.BgClassName
{
background-color: #FD7A4E;
}
</style>
border-color css
<style>
span { border-color: #FD7A4E; }
span { border-color: rgb(253,122,78); }
td.TdClassName
{
border-color: #FD7A4E;
}
.TagClassName
{
border-color: #FD7A4E;
}
</style>