Shades of Coral #FE8249
Tints of Coral #FE8249
RGB
CMYK
RGB Variations
Color information
#FE8249 (or 0xFE8249) is known color: Coral. HEX triplet: FE, 82 and 49. RGB value is (254,130,73). Sum of RGB (Red+Green+Blue) = 254+130+73=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 73 (28.91% from 255 or 15.97% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8249 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8249 is #017DB6. Grayscale: #A0A0A0. Windows color (decimal): -97719 or 4817662. OLE color: 4817662.
HSL color Cylindrical-coordinate representation of color #FE8249: hue angle of 18.9º 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 #FE8249 is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 73 | - |
| CMYK | 0 | 0.49 | 0.71 | 0.00 |
| HSL | 18.9º | 0.99% | 0.64% | - |
| HSV(B) | 18.9º | 0.71% | 1% | - |
| XYZ | 50.06 | 37.52 | 10.91 | - |
| YUV | 160.58 | 78.58 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 73 | 0 | 0.49 | 0.71 | 0.00 | 18.9 | 0.99 | 0.64 |
| Hex | FE | 82 | 49 | 0 | 31 | 47 | 0 | 13 | 63 | 40 |
| Octal | 376 | 202 | 111 | 0 | 61 | 107 | 0 | 23 | 143 | 100 |
| Binary | 11111110 | 10000010 | 1001001 | 0 | 110001 | 1000111 | 0 | 10011 | 1100011 | 1000000 |
Color Harmonies of #FE8249
Complementary color
Monochromatic Colors of #FE8249
Black with #FE8249
Text Example
Text Example
White with #FE8249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8249; }
p { color: rgb(254,130,73); }
H1.HeaderClassName
{
color: #FE8249;
}
.AnyTagClassName
{
color: #FE8249;
}
</style>
background-color css
<style>
a { background-color: #FE8249; }
a { background-color: rgb(254,130,73); }
div.DivClassName
{
background-color: #FE8249;
}
.BgClassName
{
background-color: #FE8249;
}
</style>
border-color css
<style>
span { border-color: #FE8249; }
span { border-color: rgb(254,130,73); }
td.TdClassName
{
border-color: #FE8249;
}
.TagClassName
{
border-color: #FE8249;
}
</style>