Shades of Coral #FE724A
Tints of Coral #FE724A
RGB
CMYK
RGB Variations
Color information
#FE724A (or 0xFE724A) is known color: Coral. HEX triplet: FE, 72 and 4A. RGB value is (254,114,74). Sum of RGB (Red+Green+Blue) = 254+114+74=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 74 (29.30% from 255 or 16.74% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE724A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE724A is #018DB5. Grayscale: #979797. Windows color (decimal): -101814 or 4879102. OLE color: 4879102.
HSL color Cylindrical-coordinate representation of color #FE724A: hue angle of 13.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE724A is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 74 | - |
| CMYK | 0 | 0.55 | 0.71 | 0.00 |
| HSL | 13.33º | 0.99% | 0.64% | - |
| HSV(B) | 13.33º | 0.71% | 1% | - |
| XYZ | 48.13 | 33.6 | 10.43 | - |
| YUV | 151.3 | 84.38 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 74 | 0 | 0.55 | 0.71 | 0.00 | 13.33 | 0.99 | 0.64 |
| Hex | FE | 72 | 4A | 0 | 37 | 47 | 0 | D | 63 | 40 |
| Octal | 376 | 162 | 112 | 0 | 67 | 107 | 0 | 15 | 143 | 100 |
| Binary | 11111110 | 1110010 | 1001010 | 0 | 110111 | 1000111 | 0 | 1101 | 1100011 | 1000000 |
Color Harmonies of #FE724A
Complementary color
Monochromatic Colors of #FE724A
Black with #FE724A
Text Example
Text Example
White with #FE724A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE724A; }
p { color: rgb(254,114,74); }
H1.HeaderClassName
{
color: #FE724A;
}
.AnyTagClassName
{
color: #FE724A;
}
</style>
background-color css
<style>
a { background-color: #FE724A; }
a { background-color: rgb(254,114,74); }
div.DivClassName
{
background-color: #FE724A;
}
.BgClassName
{
background-color: #FE724A;
}
</style>
border-color css
<style>
span { border-color: #FE724A; }
span { border-color: rgb(254,114,74); }
td.TdClassName
{
border-color: #FE724A;
}
.TagClassName
{
border-color: #FE724A;
}
</style>