Shades of Coral #FE8B49
Tints of Coral #FE8B49
RGB
CMYK
RGB Variations
Color information
#FE8B49 (or 0xFE8B49) is known color: Coral. HEX triplet: FE, 8B and 49. RGB value is (254,139,73). Sum of RGB (Red+Green+Blue) = 254+139+73=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 139 (54.69% from 255 or 29.83% from 466); Blue value is 73 (28.91% from 255 or 15.67% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8B49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8B49 is #0174B6. Grayscale: #A6A6A6. Windows color (decimal): -95415 or 4819966. OLE color: 4819966.
HSL color Cylindrical-coordinate representation of color #FE8B49: hue angle of 21.88º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE8B49 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 139 | 73 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.00 |
| HSL | 21.88º | 0.99% | 0.64% | - |
| HSV(B) | 21.88º | 0.71% | 1% | - |
| XYZ | 51.31 | 40.02 | 11.32 | - |
| YUV | 165.86 | 75.6 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 139 | 73 | 0 | 0.45 | 0.71 | 0.00 | 21.88 | 0.99 | 0.64 |
| Hex | FE | 8B | 49 | 0 | 2D | 47 | 0 | 16 | 63 | 40 |
| Octal | 376 | 213 | 111 | 0 | 55 | 107 | 0 | 26 | 143 | 100 |
| Binary | 11111110 | 10001011 | 1001001 | 0 | 101101 | 1000111 | 0 | 10110 | 1100011 | 1000000 |
Color Harmonies of #FE8B49
Complementary color
Monochromatic Colors of #FE8B49
Black with #FE8B49
Text Example
Text Example
White with #FE8B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8B49; }
p { color: rgb(254,139,73); }
H1.HeaderClassName
{
color: #FE8B49;
}
.AnyTagClassName
{
color: #FE8B49;
}
</style>
background-color css
<style>
a { background-color: #FE8B49; }
a { background-color: rgb(254,139,73); }
div.DivClassName
{
background-color: #FE8B49;
}
.BgClassName
{
background-color: #FE8B49;
}
</style>
border-color css
<style>
span { border-color: #FE8B49; }
span { border-color: rgb(254,139,73); }
td.TdClassName
{
border-color: #FE8B49;
}
.TagClassName
{
border-color: #FE8B49;
}
</style>