Shades of Coral #FE8545
Tints of Coral #FE8545
RGB
CMYK
RGB Variations
Color information
#FE8545 (or 0xFE8545) is known color: Coral. HEX triplet: FE, 85 and 45. RGB value is (254,133,69). Sum of RGB (Red+Green+Blue) = 254+133+69=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 69 (27.34% from 255 or 15.13% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8545 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8545 is #017ABA. Grayscale: #A2A2A2. Windows color (decimal): -96955 or 4556286. OLE color: 4556286.
HSL color Cylindrical-coordinate representation of color #FE8545: hue angle of 20.76º 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 #FE8545 is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 69 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.00 |
| HSL | 20.76º | 0.99% | 0.63% | - |
| HSV(B) | 20.76º | 0.73% | 1% | - |
| XYZ | 50.33 | 38.28 | 10.37 | - |
| YUV | 161.88 | 75.59 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 69 | 0 | 0.48 | 0.73 | 0.00 | 20.76 | 0.99 | 0.63 |
| Hex | FE | 85 | 45 | 0 | 30 | 49 | 0 | 15 | 63 | 3F |
| Octal | 376 | 205 | 105 | 0 | 60 | 111 | 0 | 25 | 143 | 77 |
| Binary | 11111110 | 10000101 | 1000101 | 0 | 110000 | 1001001 | 0 | 10101 | 1100011 | 111111 |
Color Harmonies of #FE8545
Complementary color
Monochromatic Colors of #FE8545
Black with #FE8545
Text Example
Text Example
White with #FE8545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8545; }
p { color: rgb(254,133,69); }
H1.HeaderClassName
{
color: #FE8545;
}
.AnyTagClassName
{
color: #FE8545;
}
</style>
background-color css
<style>
a { background-color: #FE8545; }
a { background-color: rgb(254,133,69); }
div.DivClassName
{
background-color: #FE8545;
}
.BgClassName
{
background-color: #FE8545;
}
</style>
border-color css
<style>
span { border-color: #FE8545; }
span { border-color: rgb(254,133,69); }
td.TdClassName
{
border-color: #FE8545;
}
.TagClassName
{
border-color: #FE8545;
}
</style>