Shades of Coral #FD7D54
Tints of Coral #FD7D54
RGB
CMYK
RGB Variations
Color information
#FD7D54 (or 0xFD7D54) is known color: Coral. HEX triplet: FD, 7D and 54. RGB value is (253,125,84). Sum of RGB (Red+Green+Blue) = 253+125+84=462 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.76% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 84 (33.20% from 255 or 18.18% from 462); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7D54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7D54 is #0282AB. Grayscale: #9E9E9E. Windows color (decimal): -164524 or 5537277. OLE color: 5537277.
HSL color Cylindrical-coordinate representation of color #FD7D54: hue angle of 14.56º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FD7D54 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 125 | 84 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.01 |
| HSL | 14.56º | 0.98% | 0.66% | - |
| HSV(B) | 14.56º | 0.67% | 0.99% | - |
| XYZ | 49.44 | 36.19 | 12.77 | - |
| YUV | 158.6 | 85.91 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 125 | 84 | 0 | 0.51 | 0.67 | 0.01 | 14.56 | 0.98 | 0.66 |
| Hex | FD | 7D | 54 | 0 | 33 | 43 | 1 | F | 62 | 42 |
| Octal | 375 | 175 | 124 | 0 | 63 | 103 | 1 | 17 | 142 | 102 |
| Binary | 11111101 | 1111101 | 1010100 | 0 | 110011 | 1000011 | 1 | 1111 | 1100010 | 1000010 |
Color Harmonies of #FD7D54
Complementary color
Monochromatic Colors of #FD7D54
Black with #FD7D54
Text Example
Text Example
White with #FD7D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7D54; }
p { color: rgb(253,125,84); }
H1.HeaderClassName
{
color: #FD7D54;
}
.AnyTagClassName
{
color: #FD7D54;
}
</style>
background-color css
<style>
a { background-color: #FD7D54; }
a { background-color: rgb(253,125,84); }
div.DivClassName
{
background-color: #FD7D54;
}
.BgClassName
{
background-color: #FD7D54;
}
</style>
border-color css
<style>
span { border-color: #FD7D54; }
span { border-color: rgb(253,125,84); }
td.TdClassName
{
border-color: #FD7D54;
}
.TagClassName
{
border-color: #FD7D54;
}
</style>