Shades of Coral #FE8945
Tints of Coral #FE8945
RGB
CMYK
RGB Variations
Color information
#FE8945 (or 0xFE8945) is known color: Coral. HEX triplet: FE, 89 and 45. RGB value is (254,137,69). Sum of RGB (Red+Green+Blue) = 254+137+69=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 69 (27.34% from 255 or 15% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8945 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8945 is #0176BA. Grayscale: #A4A4A4. Windows color (decimal): -95931 or 4557310. OLE color: 4557310.
HSL color Cylindrical-coordinate representation of color #FE8945: hue angle of 22.05º 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 #FE8945 is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 137 | 69 | - |
| CMYK | 0 | 0.46 | 0.73 | 0.00 |
| HSL | 22.05º | 0.99% | 0.63% | - |
| HSV(B) | 22.05º | 0.73% | 1% | - |
| XYZ | 50.89 | 39.39 | 10.55 | - |
| YUV | 164.23 | 74.26 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 137 | 69 | 0 | 0.46 | 0.73 | 0.00 | 22.05 | 0.99 | 0.63 |
| Hex | FE | 89 | 45 | 0 | 2E | 49 | 0 | 16 | 63 | 3F |
| Octal | 376 | 211 | 105 | 0 | 56 | 111 | 0 | 26 | 143 | 77 |
| Binary | 11111110 | 10001001 | 1000101 | 0 | 101110 | 1001001 | 0 | 10110 | 1100011 | 111111 |
Color Harmonies of #FE8945
Complementary color
Monochromatic Colors of #FE8945
Black with #FE8945
Text Example
Text Example
White with #FE8945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8945; }
p { color: rgb(254,137,69); }
H1.HeaderClassName
{
color: #FE8945;
}
.AnyTagClassName
{
color: #FE8945;
}
</style>
background-color css
<style>
a { background-color: #FE8945; }
a { background-color: rgb(254,137,69); }
div.DivClassName
{
background-color: #FE8945;
}
.BgClassName
{
background-color: #FE8945;
}
</style>
border-color css
<style>
span { border-color: #FE8945; }
span { border-color: rgb(254,137,69); }
td.TdClassName
{
border-color: #FE8945;
}
.TagClassName
{
border-color: #FE8945;
}
</style>