Shades of Coral #FE7246
Tints of Coral #FE7246
RGB
CMYK
RGB Variations
Color information
#FE7246 (or 0xFE7246) is known color: Coral. HEX triplet: FE, 72 and 46. RGB value is (254,114,70). Sum of RGB (Red+Green+Blue) = 254+114+70=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 70 (27.73% from 255 or 15.98% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7246 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7246 is #018DB9. Grayscale: #979797. Windows color (decimal): -101818 or 4616958. OLE color: 4616958.
HSL color Cylindrical-coordinate representation of color #FE7246: hue angle of 14.35º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE7246 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 70 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.00 |
| HSL | 14.35º | 0.99% | 0.64% | - |
| HSV(B) | 14.35º | 0.72% | 1% | - |
| XYZ | 48 | 33.55 | 9.74 | - |
| YUV | 150.84 | 82.38 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 70 | 0 | 0.55 | 0.72 | 0.00 | 14.35 | 0.99 | 0.64 |
| Hex | FE | 72 | 46 | 0 | 37 | 48 | 0 | E | 63 | 40 |
| Octal | 376 | 162 | 106 | 0 | 67 | 110 | 0 | 16 | 143 | 100 |
| Binary | 11111110 | 1110010 | 1000110 | 0 | 110111 | 1001000 | 0 | 1110 | 1100011 | 1000000 |
Color Harmonies of #FE7246
Complementary color
Monochromatic Colors of #FE7246
Black with #FE7246
Text Example
Text Example
White with #FE7246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7246; }
p { color: rgb(254,114,70); }
H1.HeaderClassName
{
color: #FE7246;
}
.AnyTagClassName
{
color: #FE7246;
}
</style>
background-color css
<style>
a { background-color: #FE7246; }
a { background-color: rgb(254,114,70); }
div.DivClassName
{
background-color: #FE7246;
}
.BgClassName
{
background-color: #FE7246;
}
</style>
border-color css
<style>
span { border-color: #FE7246; }
span { border-color: rgb(254,114,70); }
td.TdClassName
{
border-color: #FE7246;
}
.TagClassName
{
border-color: #FE7246;
}
</style>