Shades of Coral #FE824F
Tints of Coral #FE824F
RGB
CMYK
RGB Variations
Color information
#FE824F (or 0xFE824F) is known color: Coral. HEX triplet: FE, 82 and 4F. RGB value is (254,130,79). Sum of RGB (Red+Green+Blue) = 254+130+79=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 79 (31.25% from 255 or 17.06% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE824F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE824F is #017DB0. Grayscale: #A1A1A1. Windows color (decimal): -97713 or 5210878. OLE color: 5210878.
HSL color Cylindrical-coordinate representation of color #FE824F: hue angle of 17.49º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE824F is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 79 | - |
| CMYK | 0 | 0.49 | 0.69 | 0.00 |
| HSL | 17.49º | 0.99% | 0.65% | - |
| HSV(B) | 17.49º | 0.69% | 1% | - |
| XYZ | 50.27 | 37.6 | 12.01 | - |
| YUV | 161.26 | 81.58 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 79 | 0 | 0.49 | 0.69 | 0.00 | 17.49 | 0.99 | 0.65 |
| Hex | FE | 82 | 4F | 0 | 31 | 45 | 0 | 11 | 63 | 41 |
| Octal | 376 | 202 | 117 | 0 | 61 | 105 | 0 | 21 | 143 | 101 |
| Binary | 11111110 | 10000010 | 1001111 | 0 | 110001 | 1000101 | 0 | 10001 | 1100011 | 1000001 |
Color Harmonies of #FE824F
Complementary color
Monochromatic Colors of #FE824F
Black with #FE824F
Text Example
Text Example
White with #FE824F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE824F; }
p { color: rgb(254,130,79); }
H1.HeaderClassName
{
color: #FE824F;
}
.AnyTagClassName
{
color: #FE824F;
}
</style>
background-color css
<style>
a { background-color: #FE824F; }
a { background-color: rgb(254,130,79); }
div.DivClassName
{
background-color: #FE824F;
}
.BgClassName
{
background-color: #FE824F;
}
</style>
border-color css
<style>
span { border-color: #FE824F; }
span { border-color: rgb(254,130,79); }
td.TdClassName
{
border-color: #FE824F;
}
.TagClassName
{
border-color: #FE824F;
}
</style>