Shades of Coral #FD7D41
Tints of Coral #FD7D41
RGB
CMYK
RGB Variations
Color information
#FD7D41 (or 0xFD7D41) is known color: Coral. HEX triplet: FD, 7D and 41. RGB value is (253,125,65). Sum of RGB (Red+Green+Blue) = 253+125+65=443 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.11% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 65 (25.78% from 255 or 14.67% from 443); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7D41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7D41 is #0282BE. Grayscale: #9C9C9C. Windows color (decimal): -164543 or 4292093. OLE color: 4292093.
HSL color Cylindrical-coordinate representation of color #FD7D41: hue angle of 19.15º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD7D41 is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 125 | 65 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.01 |
| HSL | 19.15º | 0.98% | 0.62% | - |
| HSV(B) | 19.15º | 0.74% | 0.99% | - |
| XYZ | 48.8 | 35.93 | 9.36 | - |
| YUV | 156.43 | 76.41 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 125 | 65 | 0 | 0.51 | 0.74 | 0.01 | 19.15 | 0.98 | 0.62 |
| Hex | FD | 7D | 41 | 0 | 33 | 4A | 1 | 13 | 62 | 3E |
| Octal | 375 | 175 | 101 | 0 | 63 | 112 | 1 | 23 | 142 | 76 |
| Binary | 11111101 | 1111101 | 1000001 | 0 | 110011 | 1001010 | 1 | 10011 | 1100010 | 111110 |
Color Harmonies of #FD7D41
Complementary color
Monochromatic Colors of #FD7D41
Black with #FD7D41
Text Example
Text Example
White with #FD7D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7D41; }
p { color: rgb(253,125,65); }
H1.HeaderClassName
{
color: #FD7D41;
}
.AnyTagClassName
{
color: #FD7D41;
}
</style>
background-color css
<style>
a { background-color: #FD7D41; }
a { background-color: rgb(253,125,65); }
div.DivClassName
{
background-color: #FD7D41;
}
.BgClassName
{
background-color: #FD7D41;
}
</style>
border-color css
<style>
span { border-color: #FD7D41; }
span { border-color: rgb(253,125,65); }
td.TdClassName
{
border-color: #FD7D41;
}
.TagClassName
{
border-color: #FD7D41;
}
</style>