Shades of Coral #FE815C
Tints of Coral #FE815C
RGB
CMYK
RGB Variations
Color information
#FE815C (or 0xFE815C) is known color: Coral. HEX triplet: FE, 81 and 5C. RGB value is (254,129,92). Sum of RGB (Red+Green+Blue) = 254+129+92=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 92 (36.33% from 255 or 19.37% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE815C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE815C is #017EA3. Grayscale: #A2A2A2. Windows color (decimal): -97956 or 6062590. OLE color: 6062590.
HSL color Cylindrical-coordinate representation of color #FE815C: hue angle of 13.7º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE815C is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 92 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.00 |
| HSL | 13.7º | 0.99% | 0.68% | - |
| HSV(B) | 13.7º | 0.64% | 1% | - |
| XYZ | 50.66 | 37.54 | 14.7 | - |
| YUV | 162.16 | 88.41 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 92 | 0 | 0.49 | 0.64 | 0.00 | 13.7 | 0.99 | 0.68 |
| Hex | FE | 81 | 5C | 0 | 31 | 40 | 0 | E | 63 | 44 |
| Octal | 376 | 201 | 134 | 0 | 61 | 100 | 0 | 16 | 143 | 104 |
| Binary | 11111110 | 10000001 | 1011100 | 0 | 110001 | 1000000 | 0 | 1110 | 1100011 | 1000100 |
Color Harmonies of #FE815C
Complementary color
Monochromatic Colors of #FE815C
Black with #FE815C
Text Example
Text Example
White with #FE815C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE815C; }
p { color: rgb(254,129,92); }
H1.HeaderClassName
{
color: #FE815C;
}
.AnyTagClassName
{
color: #FE815C;
}
</style>
background-color css
<style>
a { background-color: #FE815C; }
a { background-color: rgb(254,129,92); }
div.DivClassName
{
background-color: #FE815C;
}
.BgClassName
{
background-color: #FE815C;
}
</style>
border-color css
<style>
span { border-color: #FE815C; }
span { border-color: rgb(254,129,92); }
td.TdClassName
{
border-color: #FE815C;
}
.TagClassName
{
border-color: #FE815C;
}
</style>