Shades of Coral #FE814D
Tints of Coral #FE814D
RGB
CMYK
RGB Variations
Color information
#FE814D (or 0xFE814D) is known color: Coral. HEX triplet: FE, 81 and 4D. RGB value is (254,129,77). Sum of RGB (Red+Green+Blue) = 254+129+77=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 77 (30.47% from 255 or 16.74% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE814D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE814D is #017EB2. Grayscale: #A0A0A0. Windows color (decimal): -97971 or 5079550. OLE color: 5079550.
HSL color Cylindrical-coordinate representation of color #FE814D: hue angle of 17.63º 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 #FE814D is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 77 | - |
| CMYK | 0 | 0.49 | 0.70 | 0.00 |
| HSL | 17.63º | 0.99% | 0.65% | - |
| HSV(B) | 17.63º | 0.7% | 1% | - |
| XYZ | 50.06 | 37.31 | 11.58 | - |
| YUV | 160.45 | 80.91 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 77 | 0 | 0.49 | 0.70 | 0.00 | 17.63 | 0.99 | 0.65 |
| Hex | FE | 81 | 4D | 0 | 31 | 46 | 0 | 12 | 63 | 41 |
| Octal | 376 | 201 | 115 | 0 | 61 | 106 | 0 | 22 | 143 | 101 |
| Binary | 11111110 | 10000001 | 1001101 | 0 | 110001 | 1000110 | 0 | 10010 | 1100011 | 1000001 |
Color Harmonies of #FE814D
Complementary color
Monochromatic Colors of #FE814D
Black with #FE814D
Text Example
Text Example
White with #FE814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE814D; }
p { color: rgb(254,129,77); }
H1.HeaderClassName
{
color: #FE814D;
}
.AnyTagClassName
{
color: #FE814D;
}
</style>
background-color css
<style>
a { background-color: #FE814D; }
a { background-color: rgb(254,129,77); }
div.DivClassName
{
background-color: #FE814D;
}
.BgClassName
{
background-color: #FE814D;
}
</style>
border-color css
<style>
span { border-color: #FE814D; }
span { border-color: rgb(254,129,77); }
td.TdClassName
{
border-color: #FE814D;
}
.TagClassName
{
border-color: #FE814D;
}
</style>