Shades of Coral #FE7352
Tints of Coral #FE7352
RGB
CMYK
RGB Variations
Color information
#FE7352 (or 0xFE7352) is known color: Coral. HEX triplet: FE, 73 and 52. RGB value is (254,115,82). Sum of RGB (Red+Green+Blue) = 254+115+82=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 82 (32.42% from 255 or 18.18% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7352 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7352 is #018CAD. Grayscale: #999999. Windows color (decimal): -101550 or 5403646. OLE color: 5403646.
HSL color Cylindrical-coordinate representation of color #FE7352: hue angle of 11.51º 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 #FE7352 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 82 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.00 |
| HSL | 11.51º | 0.99% | 0.66% | - |
| HSV(B) | 11.51º | 0.68% | 1% | - |
| XYZ | 48.53 | 33.94 | 11.98 | - |
| YUV | 152.8 | 88.05 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 82 | 0 | 0.55 | 0.68 | 0.00 | 11.51 | 0.99 | 0.66 |
| Hex | FE | 73 | 52 | 0 | 37 | 44 | 0 | C | 63 | 42 |
| Octal | 376 | 163 | 122 | 0 | 67 | 104 | 0 | 14 | 143 | 102 |
| Binary | 11111110 | 1110011 | 1010010 | 0 | 110111 | 1000100 | 0 | 1100 | 1100011 | 1000010 |
Color Harmonies of #FE7352
Complementary color
Monochromatic Colors of #FE7352
Black with #FE7352
Text Example
Text Example
White with #FE7352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7352; }
p { color: rgb(254,115,82); }
H1.HeaderClassName
{
color: #FE7352;
}
.AnyTagClassName
{
color: #FE7352;
}
</style>
background-color css
<style>
a { background-color: #FE7352; }
a { background-color: rgb(254,115,82); }
div.DivClassName
{
background-color: #FE7352;
}
.BgClassName
{
background-color: #FE7352;
}
</style>
border-color css
<style>
span { border-color: #FE7352; }
span { border-color: rgb(254,115,82); }
td.TdClassName
{
border-color: #FE7352;
}
.TagClassName
{
border-color: #FE7352;
}
</style>