Shades of Coral #FD7C42
Tints of Coral #FD7C42
RGB
CMYK
RGB Variations
Color information
#FD7C42 (or 0xFD7C42) is known color: Coral. HEX triplet: FD, 7C and 42. RGB value is (253,124,66). Sum of RGB (Red+Green+Blue) = 253+124+66=443 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.11% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 66 (26.17% from 255 or 14.90% from 443); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7C42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7C42 is #0283BD. Grayscale: #9C9C9C. Windows color (decimal): -164798 or 4357373. OLE color: 4357373.
HSL color Cylindrical-coordinate representation of color #FD7C42: hue angle of 18.61º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD7C42 is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 124 | 66 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.01 |
| HSL | 18.61º | 0.98% | 0.63% | - |
| HSV(B) | 18.61º | 0.74% | 0.99% | - |
| XYZ | 48.7 | 35.69 | 9.48 | - |
| YUV | 155.96 | 77.24 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 124 | 66 | 0 | 0.51 | 0.74 | 0.01 | 18.61 | 0.98 | 0.63 |
| Hex | FD | 7C | 42 | 0 | 33 | 4A | 1 | 13 | 62 | 3F |
| Octal | 375 | 174 | 102 | 0 | 63 | 112 | 1 | 23 | 142 | 77 |
| Binary | 11111101 | 1111100 | 1000010 | 0 | 110011 | 1001010 | 1 | 10011 | 1100010 | 111111 |
Color Harmonies of #FD7C42
Complementary color
Monochromatic Colors of #FD7C42
Black with #FD7C42
Text Example
Text Example
White with #FD7C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7C42; }
p { color: rgb(253,124,66); }
H1.HeaderClassName
{
color: #FD7C42;
}
.AnyTagClassName
{
color: #FD7C42;
}
</style>
background-color css
<style>
a { background-color: #FD7C42; }
a { background-color: rgb(253,124,66); }
div.DivClassName
{
background-color: #FD7C42;
}
.BgClassName
{
background-color: #FD7C42;
}
</style>
border-color css
<style>
span { border-color: #FD7C42; }
span { border-color: rgb(253,124,66); }
td.TdClassName
{
border-color: #FD7C42;
}
.TagClassName
{
border-color: #FD7C42;
}
</style>