Shades of Coral #FE7550
Tints of Coral #FE7550
RGB
CMYK
RGB Variations
Color information
#FE7550 (or 0xFE7550) is known color: Coral. HEX triplet: FE, 75 and 50. RGB value is (254,117,80). Sum of RGB (Red+Green+Blue) = 254+117+80=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 80 (31.64% from 255 or 17.74% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7550 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7550 is #018AAF. Grayscale: #9A9A9A. Windows color (decimal): -101040 or 5273086. OLE color: 5273086.
HSL color Cylindrical-coordinate representation of color #FE7550: hue angle of 12.76º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE7550 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 80 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.00 |
| HSL | 12.76º | 0.99% | 0.65% | - |
| HSV(B) | 12.76º | 0.69% | 1% | - |
| XYZ | 48.68 | 34.37 | 11.66 | - |
| YUV | 153.75 | 86.39 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 80 | 0 | 0.54 | 0.69 | 0.00 | 12.76 | 0.99 | 0.65 |
| Hex | FE | 75 | 50 | 0 | 36 | 45 | 0 | D | 63 | 41 |
| Octal | 376 | 165 | 120 | 0 | 66 | 105 | 0 | 15 | 143 | 101 |
| Binary | 11111110 | 1110101 | 1010000 | 0 | 110110 | 1000101 | 0 | 1101 | 1100011 | 1000001 |
Color Harmonies of #FE7550
Complementary color
Monochromatic Colors of #FE7550
Black with #FE7550
Text Example
Text Example
White with #FE7550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7550; }
p { color: rgb(254,117,80); }
H1.HeaderClassName
{
color: #FE7550;
}
.AnyTagClassName
{
color: #FE7550;
}
</style>
background-color css
<style>
a { background-color: #FE7550; }
a { background-color: rgb(254,117,80); }
div.DivClassName
{
background-color: #FE7550;
}
.BgClassName
{
background-color: #FE7550;
}
</style>
border-color css
<style>
span { border-color: #FE7550; }
span { border-color: rgb(254,117,80); }
td.TdClassName
{
border-color: #FE7550;
}
.TagClassName
{
border-color: #FE7550;
}
</style>