Shades of Coral #FE8445
Tints of Coral #FE8445
RGB
CMYK
RGB Variations
Color information
#FE8445 (or 0xFE8445) is known color: Coral. HEX triplet: FE, 84 and 45. RGB value is (254,132,69). Sum of RGB (Red+Green+Blue) = 254+132+69=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 69 (27.34% from 255 or 15.16% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8445 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8445 is #017BBA. Grayscale: #A1A1A1. Windows color (decimal): -97211 or 4556030. OLE color: 4556030.
HSL color Cylindrical-coordinate representation of color #FE8445: hue angle of 20.43º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FE8445 is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 132 | 69 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.00 |
| HSL | 20.43º | 0.99% | 0.63% | - |
| HSV(B) | 20.43º | 0.73% | 1% | - |
| XYZ | 50.2 | 38 | 10.32 | - |
| YUV | 161.3 | 75.92 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 132 | 69 | 0 | 0.48 | 0.73 | 0.00 | 20.43 | 0.99 | 0.63 |
| Hex | FE | 84 | 45 | 0 | 30 | 49 | 0 | 14 | 63 | 3F |
| Octal | 376 | 204 | 105 | 0 | 60 | 111 | 0 | 24 | 143 | 77 |
| Binary | 11111110 | 10000100 | 1000101 | 0 | 110000 | 1001001 | 0 | 10100 | 1100011 | 111111 |
Color Harmonies of #FE8445
Complementary color
Monochromatic Colors of #FE8445
Black with #FE8445
Text Example
Text Example
White with #FE8445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8445; }
p { color: rgb(254,132,69); }
H1.HeaderClassName
{
color: #FE8445;
}
.AnyTagClassName
{
color: #FE8445;
}
</style>
background-color css
<style>
a { background-color: #FE8445; }
a { background-color: rgb(254,132,69); }
div.DivClassName
{
background-color: #FE8445;
}
.BgClassName
{
background-color: #FE8445;
}
</style>
border-color css
<style>
span { border-color: #FE8445; }
span { border-color: rgb(254,132,69); }
td.TdClassName
{
border-color: #FE8445;
}
.TagClassName
{
border-color: #FE8445;
}
</style>