Shades of Coral #FE8244
Tints of Coral #FE8244
RGB
CMYK
RGB Variations
Color information
#FE8244 (or 0xFE8244) is known color: Coral. HEX triplet: FE, 82 and 44. RGB value is (254,130,68). Sum of RGB (Red+Green+Blue) = 254+130+68=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 68 (26.95% from 255 or 15.04% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8244 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8244 is #017DBB. Grayscale: #A0A0A0. Windows color (decimal): -97724 or 4489982. OLE color: 4489982.
HSL color Cylindrical-coordinate representation of color #FE8244: hue angle of 20º 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 #FE8244 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 68 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.00 |
| HSL | 20º | 0.99% | 0.63% | - |
| HSV(B) | 20º | 0.73% | 1% | - |
| XYZ | 49.9 | 37.45 | 10.07 | - |
| YUV | 160.01 | 76.08 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 68 | 0 | 0.49 | 0.73 | 0.00 | 20 | 0.99 | 0.63 |
| Hex | FE | 82 | 44 | 0 | 31 | 49 | 0 | 14 | 63 | 3F |
| Octal | 376 | 202 | 104 | 0 | 61 | 111 | 0 | 24 | 143 | 77 |
| Binary | 11111110 | 10000010 | 1000100 | 0 | 110001 | 1001001 | 0 | 10100 | 1100011 | 111111 |
Color Harmonies of #FE8244
Complementary color
Monochromatic Colors of #FE8244
Black with #FE8244
Text Example
Text Example
White with #FE8244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8244; }
p { color: rgb(254,130,68); }
H1.HeaderClassName
{
color: #FE8244;
}
.AnyTagClassName
{
color: #FE8244;
}
</style>
background-color css
<style>
a { background-color: #FE8244; }
a { background-color: rgb(254,130,68); }
div.DivClassName
{
background-color: #FE8244;
}
.BgClassName
{
background-color: #FE8244;
}
</style>
border-color css
<style>
span { border-color: #FE8244; }
span { border-color: rgb(254,130,68); }
td.TdClassName
{
border-color: #FE8244;
}
.TagClassName
{
border-color: #FE8244;
}
</style>