Shades of Coral #FE805A
Tints of Coral #FE805A
RGB
CMYK
RGB Variations
Color information
#FE805A (or 0xFE805A) is known color: Coral. HEX triplet: FE, 80 and 5A. RGB value is (254,128,90). Sum of RGB (Red+Green+Blue) = 254+128+90=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE805A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE805A is #017FA5. Grayscale: #A1A1A1. Windows color (decimal): -98214 or 5931262. OLE color: 5931262.
HSL color Cylindrical-coordinate representation of color #FE805A: hue angle of 13.9º 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 #FE805A is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 90 | - |
| CMYK | 0 | 0.50 | 0.65 | 0.00 |
| HSL | 13.9º | 0.99% | 0.67% | - |
| HSV(B) | 13.9º | 0.65% | 1% | - |
| XYZ | 50.44 | 37.25 | 14.2 | - |
| YUV | 161.34 | 87.74 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 90 | 0 | 0.50 | 0.65 | 0.00 | 13.9 | 0.99 | 0.67 |
| Hex | FE | 80 | 5A | 0 | 32 | 41 | 0 | E | 63 | 43 |
| Octal | 376 | 200 | 132 | 0 | 62 | 101 | 0 | 16 | 143 | 103 |
| Binary | 11111110 | 10000000 | 1011010 | 0 | 110010 | 1000001 | 0 | 1110 | 1100011 | 1000011 |
Color Harmonies of #FE805A
Complementary color
Monochromatic Colors of #FE805A
Black with #FE805A
Text Example
Text Example
White with #FE805A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE805A; }
p { color: rgb(254,128,90); }
H1.HeaderClassName
{
color: #FE805A;
}
.AnyTagClassName
{
color: #FE805A;
}
</style>
background-color css
<style>
a { background-color: #FE805A; }
a { background-color: rgb(254,128,90); }
div.DivClassName
{
background-color: #FE805A;
}
.BgClassName
{
background-color: #FE805A;
}
</style>
border-color css
<style>
span { border-color: #FE805A; }
span { border-color: rgb(254,128,90); }
td.TdClassName
{
border-color: #FE805A;
}
.TagClassName
{
border-color: #FE805A;
}
</style>