Shades of Coral #FE874C
Tints of Coral #FE874C
RGB
CMYK
RGB Variations
Color information
#FE874C (or 0xFE874C) is known color: Coral. HEX triplet: FE, 87 and 4C. RGB value is (254,135,76). Sum of RGB (Red+Green+Blue) = 254+135+76=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 135 (53.12% from 255 or 29.03% from 465); Blue value is 76 (30.08% from 255 or 16.34% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE874C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE874C is #0178B3. Grayscale: #A4A4A4. Windows color (decimal): -96436 or 5015550. OLE color: 5015550.
HSL color Cylindrical-coordinate representation of color #FE874C: hue angle of 19.89º 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 #FE874C is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 135 | 76 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.00 |
| HSL | 19.89º | 0.99% | 0.65% | - |
| HSV(B) | 19.89º | 0.7% | 1% | - |
| XYZ | 50.84 | 38.92 | 11.67 | - |
| YUV | 163.86 | 78.42 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 135 | 76 | 0 | 0.47 | 0.70 | 0.00 | 19.89 | 0.99 | 0.65 |
| Hex | FE | 87 | 4C | 0 | 2F | 46 | 0 | 14 | 63 | 41 |
| Octal | 376 | 207 | 114 | 0 | 57 | 106 | 0 | 24 | 143 | 101 |
| Binary | 11111110 | 10000111 | 1001100 | 0 | 101111 | 1000110 | 0 | 10100 | 1100011 | 1000001 |
Color Harmonies of #FE874C
Complementary color
Monochromatic Colors of #FE874C
Black with #FE874C
Text Example
Text Example
White with #FE874C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE874C; }
p { color: rgb(254,135,76); }
H1.HeaderClassName
{
color: #FE874C;
}
.AnyTagClassName
{
color: #FE874C;
}
</style>
background-color css
<style>
a { background-color: #FE874C; }
a { background-color: rgb(254,135,76); }
div.DivClassName
{
background-color: #FE874C;
}
.BgClassName
{
background-color: #FE874C;
}
</style>
border-color css
<style>
span { border-color: #FE874C; }
span { border-color: rgb(254,135,76); }
td.TdClassName
{
border-color: #FE874C;
}
.TagClassName
{
border-color: #FE874C;
}
</style>