Shades of Coral #FE7452
Tints of Coral #FE7452
RGB
CMYK
RGB Variations
Color information
#FE7452 (or 0xFE7452) is known color: Coral. HEX triplet: FE, 74 and 52. RGB value is (254,116,82). Sum of RGB (Red+Green+Blue) = 254+116+82=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 82 (32.42% from 255 or 18.14% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7452 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7452 is #018BAD. Grayscale: #999999. Windows color (decimal): -101294 or 5403902. OLE color: 5403902.
HSL color Cylindrical-coordinate representation of color #FE7452: hue angle of 11.86º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE7452 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 82 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.00 |
| HSL | 11.86º | 0.99% | 0.66% | - |
| HSV(B) | 11.86º | 0.68% | 1% | - |
| XYZ | 48.64 | 34.17 | 12.01 | - |
| YUV | 153.39 | 87.72 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 82 | 0 | 0.54 | 0.68 | 0.00 | 11.86 | 0.99 | 0.66 |
| Hex | FE | 74 | 52 | 0 | 36 | 44 | 0 | C | 63 | 42 |
| Octal | 376 | 164 | 122 | 0 | 66 | 104 | 0 | 14 | 143 | 102 |
| Binary | 11111110 | 1110100 | 1010010 | 0 | 110110 | 1000100 | 0 | 1100 | 1100011 | 1000010 |
Color Harmonies of #FE7452
Complementary color
Monochromatic Colors of #FE7452
Black with #FE7452
Text Example
Text Example
White with #FE7452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7452; }
p { color: rgb(254,116,82); }
H1.HeaderClassName
{
color: #FE7452;
}
.AnyTagClassName
{
color: #FE7452;
}
</style>
background-color css
<style>
a { background-color: #FE7452; }
a { background-color: rgb(254,116,82); }
div.DivClassName
{
background-color: #FE7452;
}
.BgClassName
{
background-color: #FE7452;
}
</style>
border-color css
<style>
span { border-color: #FE7452; }
span { border-color: rgb(254,116,82); }
td.TdClassName
{
border-color: #FE7452;
}
.TagClassName
{
border-color: #FE7452;
}
</style>