Shades of Coral #FE7D5B
Tints of Coral #FE7D5B
RGB
CMYK
RGB Variations
Color information
#FE7D5B (or 0xFE7D5B) is known color: Coral. HEX triplet: FE, 7D and 5B. RGB value is (254,125,91). Sum of RGB (Red+Green+Blue) = 254+125+91=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 91 (35.94% from 255 or 19.36% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7D5B is #0182A4. Grayscale: #9F9F9F. Windows color (decimal): -98981 or 5996030. OLE color: 5996030.
HSL color Cylindrical-coordinate representation of color #FE7D5B: hue angle of 12.52º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE7D5B is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 91 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.00 |
| HSL | 12.52º | 0.99% | 0.68% | - |
| HSV(B) | 12.52º | 0.64% | 1% | - |
| XYZ | 50.09 | 36.49 | 14.3 | - |
| YUV | 159.7 | 89.24 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 91 | 0 | 0.51 | 0.64 | 0.00 | 12.52 | 0.99 | 0.68 |
| Hex | FE | 7D | 5B | 0 | 33 | 40 | 0 | D | 63 | 44 |
| Octal | 376 | 175 | 133 | 0 | 63 | 100 | 0 | 15 | 143 | 104 |
| Binary | 11111110 | 1111101 | 1011011 | 0 | 110011 | 1000000 | 0 | 1101 | 1100011 | 1000100 |
Color Harmonies of #FE7D5B
Complementary color
Monochromatic Colors of #FE7D5B
Black with #FE7D5B
Text Example
Text Example
White with #FE7D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7D5B; }
p { color: rgb(254,125,91); }
H1.HeaderClassName
{
color: #FE7D5B;
}
.AnyTagClassName
{
color: #FE7D5B;
}
</style>
background-color css
<style>
a { background-color: #FE7D5B; }
a { background-color: rgb(254,125,91); }
div.DivClassName
{
background-color: #FE7D5B;
}
.BgClassName
{
background-color: #FE7D5B;
}
</style>
border-color css
<style>
span { border-color: #FE7D5B; }
span { border-color: rgb(254,125,91); }
td.TdClassName
{
border-color: #FE7D5B;
}
.TagClassName
{
border-color: #FE7D5B;
}
</style>