Shades of Coral #FE724C
Tints of Coral #FE724C
RGB
CMYK
RGB Variations
Color information
#FE724C (or 0xFE724C) is known color: Coral. HEX triplet: FE, 72 and 4C. RGB value is (254,114,76). Sum of RGB (Red+Green+Blue) = 254+114+76=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 76 (30.08% from 255 or 17.12% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE724C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE724C is #018DB3. Grayscale: #979797. Windows color (decimal): -101812 or 5010174. OLE color: 5010174.
HSL color Cylindrical-coordinate representation of color #FE724C: hue angle of 12.81º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE724C is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 76 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.00 |
| HSL | 12.81º | 0.99% | 0.65% | - |
| HSV(B) | 12.81º | 0.7% | 1% | - |
| XYZ | 48.19 | 33.63 | 10.79 | - |
| YUV | 151.53 | 85.38 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 76 | 0 | 0.55 | 0.70 | 0.00 | 12.81 | 0.99 | 0.65 |
| Hex | FE | 72 | 4C | 0 | 37 | 46 | 0 | D | 63 | 41 |
| Octal | 376 | 162 | 114 | 0 | 67 | 106 | 0 | 15 | 143 | 101 |
| Binary | 11111110 | 1110010 | 1001100 | 0 | 110111 | 1000110 | 0 | 1101 | 1100011 | 1000001 |
Color Harmonies of #FE724C
Complementary color
Monochromatic Colors of #FE724C
Black with #FE724C
Text Example
Text Example
White with #FE724C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE724C; }
p { color: rgb(254,114,76); }
H1.HeaderClassName
{
color: #FE724C;
}
.AnyTagClassName
{
color: #FE724C;
}
</style>
background-color css
<style>
a { background-color: #FE724C; }
a { background-color: rgb(254,114,76); }
div.DivClassName
{
background-color: #FE724C;
}
.BgClassName
{
background-color: #FE724C;
}
</style>
border-color css
<style>
span { border-color: #FE724C; }
span { border-color: rgb(254,114,76); }
td.TdClassName
{
border-color: #FE724C;
}
.TagClassName
{
border-color: #FE724C;
}
</style>