Shades of Coral #FE724F
Tints of Coral #FE724F
RGB
CMYK
RGB Variations
Color information
#FE724F (or 0xFE724F) is known color: Coral. HEX triplet: FE, 72 and 4F. RGB value is (254,114,79). Sum of RGB (Red+Green+Blue) = 254+114+79=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 79 (31.25% from 255 or 17.67% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE724F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE724F is #018DB0. Grayscale: #989898. Windows color (decimal): -101809 or 5206782. OLE color: 5206782.
HSL color Cylindrical-coordinate representation of color #FE724F: hue angle of 12º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE724F is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 79 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.00 |
| HSL | 12º | 0.99% | 0.65% | - |
| HSV(B) | 12º | 0.69% | 1% | - |
| XYZ | 48.3 | 33.67 | 11.35 | - |
| YUV | 151.87 | 86.88 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 79 | 0 | 0.55 | 0.69 | 0.00 | 12 | 0.99 | 0.65 |
| Hex | FE | 72 | 4F | 0 | 37 | 45 | 0 | C | 63 | 41 |
| Octal | 376 | 162 | 117 | 0 | 67 | 105 | 0 | 14 | 143 | 101 |
| Binary | 11111110 | 1110010 | 1001111 | 0 | 110111 | 1000101 | 0 | 1100 | 1100011 | 1000001 |
Color Harmonies of #FE724F
Complementary color
Monochromatic Colors of #FE724F
Black with #FE724F
Text Example
Text Example
White with #FE724F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE724F; }
p { color: rgb(254,114,79); }
H1.HeaderClassName
{
color: #FE724F;
}
.AnyTagClassName
{
color: #FE724F;
}
</style>
background-color css
<style>
a { background-color: #FE724F; }
a { background-color: rgb(254,114,79); }
div.DivClassName
{
background-color: #FE724F;
}
.BgClassName
{
background-color: #FE724F;
}
</style>
border-color css
<style>
span { border-color: #FE724F; }
span { border-color: rgb(254,114,79); }
td.TdClassName
{
border-color: #FE724F;
}
.TagClassName
{
border-color: #FE724F;
}
</style>