Shades of Coral #FE7453
Tints of Coral #FE7453
RGB
CMYK
RGB Variations
Color information
#FE7453 (or 0xFE7453) is known color: Coral. HEX triplet: FE, 74 and 53. RGB value is (254,116,83). Sum of RGB (Red+Green+Blue) = 254+116+83=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 83 (32.81% from 255 or 18.32% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7453 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7453 is #018BAC. Grayscale: #999999. Windows color (decimal): -101293 or 5469438. OLE color: 5469438.
HSL color Cylindrical-coordinate representation of color #FE7453: hue angle of 11.58º 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 #FE7453 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 83 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.00 |
| HSL | 11.58º | 0.99% | 0.66% | - |
| HSV(B) | 11.58º | 0.67% | 1% | - |
| XYZ | 48.68 | 34.19 | 12.22 | - |
| YUV | 153.5 | 88.22 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 83 | 0 | 0.54 | 0.67 | 0.00 | 11.58 | 0.99 | 0.66 |
| Hex | FE | 74 | 53 | 0 | 36 | 43 | 0 | C | 63 | 42 |
| Octal | 376 | 164 | 123 | 0 | 66 | 103 | 0 | 14 | 143 | 102 |
| Binary | 11111110 | 1110100 | 1010011 | 0 | 110110 | 1000011 | 0 | 1100 | 1100011 | 1000010 |
Color Harmonies of #FE7453
Complementary color
Monochromatic Colors of #FE7453
Black with #FE7453
Text Example
Text Example
White with #FE7453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7453; }
p { color: rgb(254,116,83); }
H1.HeaderClassName
{
color: #FE7453;
}
.AnyTagClassName
{
color: #FE7453;
}
</style>
background-color css
<style>
a { background-color: #FE7453; }
a { background-color: rgb(254,116,83); }
div.DivClassName
{
background-color: #FE7453;
}
.BgClassName
{
background-color: #FE7453;
}
</style>
border-color css
<style>
span { border-color: #FE7453; }
span { border-color: rgb(254,116,83); }
td.TdClassName
{
border-color: #FE7453;
}
.TagClassName
{
border-color: #FE7453;
}
</style>