Shades of Coral #FE7D40
Tints of Coral #FE7D40
RGB
CMYK
RGB Variations
Color information
#FE7D40 (or 0xFE7D40) is known color: Coral. HEX triplet: FE, 7D and 40. RGB value is (254,125,64). Sum of RGB (Red+Green+Blue) = 254+125+64=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 64 (25.39% from 255 or 14.45% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7D40 is #0182BF. Grayscale: #9C9C9C. Windows color (decimal): -99008 or 4226558. OLE color: 4226558.
HSL color Cylindrical-coordinate representation of color #FE7D40: hue angle of 19.26º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE7D40 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 64 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.00 |
| HSL | 19.26º | 0.99% | 0.62% | - |
| HSV(B) | 19.26º | 0.75% | 1% | - |
| XYZ | 49.13 | 36.11 | 9.23 | - |
| YUV | 156.62 | 75.74 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 64 | 0 | 0.51 | 0.75 | 0.00 | 19.26 | 0.99 | 0.62 |
| Hex | FE | 7D | 40 | 0 | 33 | 4B | 0 | 13 | 63 | 3E |
| Octal | 376 | 175 | 100 | 0 | 63 | 113 | 0 | 23 | 143 | 76 |
| Binary | 11111110 | 1111101 | 1000000 | 0 | 110011 | 1001011 | 0 | 10011 | 1100011 | 111110 |
Color Harmonies of #FE7D40
Complementary color
Monochromatic Colors of #FE7D40
Black with #FE7D40
Text Example
Text Example
White with #FE7D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7D40; }
p { color: rgb(254,125,64); }
H1.HeaderClassName
{
color: #FE7D40;
}
.AnyTagClassName
{
color: #FE7D40;
}
</style>
background-color css
<style>
a { background-color: #FE7D40; }
a { background-color: rgb(254,125,64); }
div.DivClassName
{
background-color: #FE7D40;
}
.BgClassName
{
background-color: #FE7D40;
}
</style>
border-color css
<style>
span { border-color: #FE7D40; }
span { border-color: rgb(254,125,64); }
td.TdClassName
{
border-color: #FE7D40;
}
.TagClassName
{
border-color: #FE7D40;
}
</style>