Shades of Coral #FE7D53
Tints of Coral #FE7D53
RGB
CMYK
RGB Variations
Color information
#FE7D53 (or 0xFE7D53) is known color: Coral. HEX triplet: FE, 7D and 53. RGB value is (254,125,83). Sum of RGB (Red+Green+Blue) = 254+125+83=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 83 (32.81% from 255 or 17.97% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D53 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7D53 is #0182AC. Grayscale: #9F9F9F. Windows color (decimal): -98989 or 5471742. OLE color: 5471742.
HSL color Cylindrical-coordinate representation of color #FE7D53: hue angle of 14.74º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE7D53 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 83 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.00 |
| HSL | 14.74º | 0.99% | 0.66% | - |
| HSV(B) | 14.74º | 0.67% | 1% | - |
| XYZ | 49.77 | 36.36 | 12.58 | - |
| YUV | 158.78 | 85.24 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 83 | 0 | 0.51 | 0.67 | 0.00 | 14.74 | 0.99 | 0.66 |
| Hex | FE | 7D | 53 | 0 | 33 | 43 | 0 | F | 63 | 42 |
| Octal | 376 | 175 | 123 | 0 | 63 | 103 | 0 | 17 | 143 | 102 |
| Binary | 11111110 | 1111101 | 1010011 | 0 | 110011 | 1000011 | 0 | 1111 | 1100011 | 1000010 |
Color Harmonies of #FE7D53
Complementary color
Monochromatic Colors of #FE7D53
Black with #FE7D53
Text Example
Text Example
White with #FE7D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7D53; }
p { color: rgb(254,125,83); }
H1.HeaderClassName
{
color: #FE7D53;
}
.AnyTagClassName
{
color: #FE7D53;
}
</style>
background-color css
<style>
a { background-color: #FE7D53; }
a { background-color: rgb(254,125,83); }
div.DivClassName
{
background-color: #FE7D53;
}
.BgClassName
{
background-color: #FE7D53;
}
</style>
border-color css
<style>
span { border-color: #FE7D53; }
span { border-color: rgb(254,125,83); }
td.TdClassName
{
border-color: #FE7D53;
}
.TagClassName
{
border-color: #FE7D53;
}
</style>