Shades of Coral #FE824D
Tints of Coral #FE824D
RGB
CMYK
RGB Variations
Color information
#FE824D (or 0xFE824D) is known color: Coral. HEX triplet: FE, 82 and 4D. RGB value is (254,130,77). Sum of RGB (Red+Green+Blue) = 254+130+77=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 77 (30.47% from 255 or 16.70% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FE824D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE824D is #017DB2. Grayscale: #A1A1A1. Windows color (decimal): -97715 or 5079806. OLE color: 5079806.
HSL color Cylindrical-coordinate representation of color #FE824D: hue angle of 17.97º 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 #FE824D is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 77 | - |
| CMYK | 0 | 0.49 | 0.70 | 0.00 |
| HSL | 17.97º | 0.99% | 0.65% | - |
| HSV(B) | 17.97º | 0.7% | 1% | - |
| XYZ | 50.2 | 37.57 | 11.63 | - |
| YUV | 161.03 | 80.58 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 77 | 0 | 0.49 | 0.70 | 0.00 | 17.97 | 0.99 | 0.65 |
| Hex | FE | 82 | 4D | 0 | 31 | 46 | 0 | 12 | 63 | 41 |
| Octal | 376 | 202 | 115 | 0 | 61 | 106 | 0 | 22 | 143 | 101 |
| Binary | 11111110 | 10000010 | 1001101 | 0 | 110001 | 1000110 | 0 | 10010 | 1100011 | 1000001 |
Color Harmonies of #FE824D
Complementary color
Monochromatic Colors of #FE824D
Black with #FE824D
Text Example
Text Example
White with #FE824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE824D; }
p { color: rgb(254,130,77); }
H1.HeaderClassName
{
color: #FE824D;
}
.AnyTagClassName
{
color: #FE824D;
}
</style>
background-color css
<style>
a { background-color: #FE824D; }
a { background-color: rgb(254,130,77); }
div.DivClassName
{
background-color: #FE824D;
}
.BgClassName
{
background-color: #FE824D;
}
</style>
border-color css
<style>
span { border-color: #FE824D; }
span { border-color: rgb(254,130,77); }
td.TdClassName
{
border-color: #FE824D;
}
.TagClassName
{
border-color: #FE824D;
}
</style>