Shades of Coral #FE824C
Tints of Coral #FE824C
RGB
CMYK
RGB Variations
Color information
#FE824C (or 0xFE824C) is known color: Coral. HEX triplet: FE, 82 and 4C. RGB value is (254,130,76). Sum of RGB (Red+Green+Blue) = 254+130+76=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 76 (30.08% from 255 or 16.52% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE824C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE824C is #017DB3. Grayscale: #A1A1A1. Windows color (decimal): -97716 or 5014270. OLE color: 5014270.
HSL color Cylindrical-coordinate representation of color #FE824C: hue angle of 18.2º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE824C is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 76 | - |
| CMYK | 0 | 0.49 | 0.70 | 0.00 |
| HSL | 18.2º | 0.99% | 0.65% | - |
| HSV(B) | 18.2º | 0.7% | 1% | - |
| XYZ | 50.16 | 37.56 | 11.44 | - |
| YUV | 160.92 | 80.08 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 76 | 0 | 0.49 | 0.70 | 0.00 | 18.2 | 0.99 | 0.65 |
| Hex | FE | 82 | 4C | 0 | 31 | 46 | 0 | 12 | 63 | 41 |
| Octal | 376 | 202 | 114 | 0 | 61 | 106 | 0 | 22 | 143 | 101 |
| Binary | 11111110 | 10000010 | 1001100 | 0 | 110001 | 1000110 | 0 | 10010 | 1100011 | 1000001 |
Color Harmonies of #FE824C
Complementary color
Monochromatic Colors of #FE824C
Black with #FE824C
Text Example
Text Example
White with #FE824C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE824C; }
p { color: rgb(254,130,76); }
H1.HeaderClassName
{
color: #FE824C;
}
.AnyTagClassName
{
color: #FE824C;
}
</style>
background-color css
<style>
a { background-color: #FE824C; }
a { background-color: rgb(254,130,76); }
div.DivClassName
{
background-color: #FE824C;
}
.BgClassName
{
background-color: #FE824C;
}
</style>
border-color css
<style>
span { border-color: #FE824C; }
span { border-color: rgb(254,130,76); }
td.TdClassName
{
border-color: #FE824C;
}
.TagClassName
{
border-color: #FE824C;
}
</style>