Shades of Coral #FE7D5C
Tints of Coral #FE7D5C
RGB
CMYK
RGB Variations
Color information
#FE7D5C (or 0xFE7D5C) is known color: Coral. HEX triplet: FE, 7D and 5C. RGB value is (254,125,92). Sum of RGB (Red+Green+Blue) = 254+125+92=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 92 (36.33% from 255 or 19.53% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7D5C is #0182A3. Grayscale: #A0A0A0. Windows color (decimal): -98980 or 6061566. OLE color: 6061566.
HSL color Cylindrical-coordinate representation of color #FE7D5C: hue angle of 12.22º 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 #FE7D5C is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 92 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.00 |
| HSL | 12.22º | 0.99% | 0.68% | - |
| HSV(B) | 12.22º | 0.64% | 1% | - |
| XYZ | 50.14 | 36.51 | 14.53 | - |
| YUV | 159.81 | 89.74 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 92 | 0 | 0.51 | 0.64 | 0.00 | 12.22 | 0.99 | 0.68 |
| Hex | FE | 7D | 5C | 0 | 33 | 40 | 0 | C | 63 | 44 |
| Octal | 376 | 175 | 134 | 0 | 63 | 100 | 0 | 14 | 143 | 104 |
| Binary | 11111110 | 1111101 | 1011100 | 0 | 110011 | 1000000 | 0 | 1100 | 1100011 | 1000100 |
Color Harmonies of #FE7D5C
Complementary color
Monochromatic Colors of #FE7D5C
Black with #FE7D5C
Text Example
Text Example
White with #FE7D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7D5C; }
p { color: rgb(254,125,92); }
H1.HeaderClassName
{
color: #FE7D5C;
}
.AnyTagClassName
{
color: #FE7D5C;
}
</style>
background-color css
<style>
a { background-color: #FE7D5C; }
a { background-color: rgb(254,125,92); }
div.DivClassName
{
background-color: #FE7D5C;
}
.BgClassName
{
background-color: #FE7D5C;
}
</style>
border-color css
<style>
span { border-color: #FE7D5C; }
span { border-color: rgb(254,125,92); }
td.TdClassName
{
border-color: #FE7D5C;
}
.TagClassName
{
border-color: #FE7D5C;
}
</style>