Shades of Coral #FE7150
Tints of Coral #FE7150
RGB
CMYK
RGB Variations
Color information
#FE7150 (or 0xFE7150) is known color: Coral. HEX triplet: FE, 71 and 50. RGB value is (254,113,80). Sum of RGB (Red+Green+Blue) = 254+113+80=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7150 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7150 is #018EAF. Grayscale: #979797. Windows color (decimal): -102064 or 5272062. OLE color: 5272062.
HSL color Cylindrical-coordinate representation of color #FE7150: hue angle of 11.38º 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 #FE7150 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 80 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.00 |
| HSL | 11.38º | 0.99% | 0.65% | - |
| HSV(B) | 11.38º | 0.69% | 1% | - |
| XYZ | 48.23 | 33.46 | 11.51 | - |
| YUV | 151.4 | 87.71 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 80 | 0 | 0.56 | 0.69 | 0.00 | 11.38 | 0.99 | 0.65 |
| Hex | FE | 71 | 50 | 0 | 38 | 45 | 0 | B | 63 | 41 |
| Octal | 376 | 161 | 120 | 0 | 70 | 105 | 0 | 13 | 143 | 101 |
| Binary | 11111110 | 1110001 | 1010000 | 0 | 111000 | 1000101 | 0 | 1011 | 1100011 | 1000001 |
Color Harmonies of #FE7150
Complementary color
Monochromatic Colors of #FE7150
Black with #FE7150
Text Example
Text Example
White with #FE7150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7150; }
p { color: rgb(254,113,80); }
H1.HeaderClassName
{
color: #FE7150;
}
.AnyTagClassName
{
color: #FE7150;
}
</style>
background-color css
<style>
a { background-color: #FE7150; }
a { background-color: rgb(254,113,80); }
div.DivClassName
{
background-color: #FE7150;
}
.BgClassName
{
background-color: #FE7150;
}
</style>
border-color css
<style>
span { border-color: #FE7150; }
span { border-color: rgb(254,113,80); }
td.TdClassName
{
border-color: #FE7150;
}
.TagClassName
{
border-color: #FE7150;
}
</style>