Shades of Coral #FE815A
Tints of Coral #FE815A
RGB
CMYK
RGB Variations
Color information
#FE815A (or 0xFE815A) is known color: Coral. HEX triplet: FE, 81 and 5A. RGB value is (254,129,90). Sum of RGB (Red+Green+Blue) = 254+129+90=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 90 (35.55% from 255 or 19.03% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE815A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE815A is #017EA5. Grayscale: #A2A2A2. Windows color (decimal): -97958 or 5931518. OLE color: 5931518.
HSL color Cylindrical-coordinate representation of color #FE815A: hue angle of 14.27º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE815A is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 90 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.00 |
| HSL | 14.27º | 0.99% | 0.67% | - |
| HSV(B) | 14.27º | 0.65% | 1% | - |
| XYZ | 50.57 | 37.51 | 14.25 | - |
| YUV | 161.93 | 87.41 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 90 | 0 | 0.49 | 0.65 | 0.00 | 14.27 | 0.99 | 0.67 |
| Hex | FE | 81 | 5A | 0 | 31 | 41 | 0 | E | 63 | 43 |
| Octal | 376 | 201 | 132 | 0 | 61 | 101 | 0 | 16 | 143 | 103 |
| Binary | 11111110 | 10000001 | 1011010 | 0 | 110001 | 1000001 | 0 | 1110 | 1100011 | 1000011 |
Color Harmonies of #FE815A
Complementary color
Monochromatic Colors of #FE815A
Black with #FE815A
Text Example
Text Example
White with #FE815A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE815A; }
p { color: rgb(254,129,90); }
H1.HeaderClassName
{
color: #FE815A;
}
.AnyTagClassName
{
color: #FE815A;
}
</style>
background-color css
<style>
a { background-color: #FE815A; }
a { background-color: rgb(254,129,90); }
div.DivClassName
{
background-color: #FE815A;
}
.BgClassName
{
background-color: #FE815A;
}
</style>
border-color css
<style>
span { border-color: #FE815A; }
span { border-color: rgb(254,129,90); }
td.TdClassName
{
border-color: #FE815A;
}
.TagClassName
{
border-color: #FE815A;
}
</style>