Shades of Coral #FE7E4C
Tints of Coral #FE7E4C
RGB
CMYK
RGB Variations
Color information
#FE7E4C (or 0xFE7E4C) is known color: Coral. HEX triplet: FE, 7E and 4C. RGB value is (254,126,76). Sum of RGB (Red+Green+Blue) = 254+126+76=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 76 (30.08% from 255 or 16.67% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7E4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7E4C is #0181B3. Grayscale: #9E9E9E. Windows color (decimal): -98740 or 5013246. OLE color: 5013246.
HSL color Cylindrical-coordinate representation of color #FE7E4C: hue angle of 16.85º 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 #FE7E4C is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 126 | 76 | - |
| CMYK | 0 | 0.50 | 0.70 | 0.00 |
| HSL | 16.85º | 0.99% | 0.65% | - |
| HSV(B) | 16.85º | 0.7% | 1% | - |
| XYZ | 49.64 | 36.51 | 11.27 | - |
| YUV | 158.57 | 81.41 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 126 | 76 | 0 | 0.50 | 0.70 | 0.00 | 16.85 | 0.99 | 0.65 |
| Hex | FE | 7E | 4C | 0 | 32 | 46 | 0 | 11 | 63 | 41 |
| Octal | 376 | 176 | 114 | 0 | 62 | 106 | 0 | 21 | 143 | 101 |
| Binary | 11111110 | 1111110 | 1001100 | 0 | 110010 | 1000110 | 0 | 10001 | 1100011 | 1000001 |
Color Harmonies of #FE7E4C
Complementary color
Monochromatic Colors of #FE7E4C
Black with #FE7E4C
Text Example
Text Example
White with #FE7E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7E4C; }
p { color: rgb(254,126,76); }
H1.HeaderClassName
{
color: #FE7E4C;
}
.AnyTagClassName
{
color: #FE7E4C;
}
</style>
background-color css
<style>
a { background-color: #FE7E4C; }
a { background-color: rgb(254,126,76); }
div.DivClassName
{
background-color: #FE7E4C;
}
.BgClassName
{
background-color: #FE7E4C;
}
</style>
border-color css
<style>
span { border-color: #FE7E4C; }
span { border-color: rgb(254,126,76); }
td.TdClassName
{
border-color: #FE7E4C;
}
.TagClassName
{
border-color: #FE7E4C;
}
</style>