Shades of Coral #FE7A54
Tints of Coral #FE7A54
RGB
CMYK
RGB Variations
Color information
#FE7A54 (or 0xFE7A54) is known color: Coral. HEX triplet: FE, 7A and 54. RGB value is (254,122,84). Sum of RGB (Red+Green+Blue) = 254+122+84=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 84 (33.20% from 255 or 18.26% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7A54 is #0185AB. Grayscale: #9D9D9D. Windows color (decimal): -99756 or 5536510. OLE color: 5536510.
HSL color Cylindrical-coordinate representation of color #FE7A54: hue angle of 13.41º 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 #FE7A54 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 84 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.00 |
| HSL | 13.41º | 0.99% | 0.66% | - |
| HSV(B) | 13.41º | 0.67% | 1% | - |
| XYZ | 49.43 | 35.63 | 12.66 | - |
| YUV | 157.14 | 86.73 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 84 | 0 | 0.52 | 0.67 | 0.00 | 13.41 | 0.99 | 0.66 |
| Hex | FE | 7A | 54 | 0 | 34 | 43 | 0 | D | 63 | 42 |
| Octal | 376 | 172 | 124 | 0 | 64 | 103 | 0 | 15 | 143 | 102 |
| Binary | 11111110 | 1111010 | 1010100 | 0 | 110100 | 1000011 | 0 | 1101 | 1100011 | 1000010 |
Color Harmonies of #FE7A54
Complementary color
Monochromatic Colors of #FE7A54
Black with #FE7A54
Text Example
Text Example
White with #FE7A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7A54; }
p { color: rgb(254,122,84); }
H1.HeaderClassName
{
color: #FE7A54;
}
.AnyTagClassName
{
color: #FE7A54;
}
</style>
background-color css
<style>
a { background-color: #FE7A54; }
a { background-color: rgb(254,122,84); }
div.DivClassName
{
background-color: #FE7A54;
}
.BgClassName
{
background-color: #FE7A54;
}
</style>
border-color css
<style>
span { border-color: #FE7A54; }
span { border-color: rgb(254,122,84); }
td.TdClassName
{
border-color: #FE7A54;
}
.TagClassName
{
border-color: #FE7A54;
}
</style>