Shades of Coral #FF7E4C
Tints of Coral #FF7E4C
RGB
CMYK
RGB Variations
Color information
#FF7E4C (or 0xFF7E4C) is known color: Coral. HEX triplet: FF, 7E and 4C. RGB value is (255,126,76). Sum of RGB (Red+Green+Blue) = 255+126+76=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 76 (30.08% from 255 or 16.63% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7E4C is #0081B3. Grayscale: #9F9F9F. Windows color (decimal): -33204 or 5013247. OLE color: 5013247.
HSL color Cylindrical-coordinate representation of color #FF7E4C: hue angle of 16.76º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF7E4C is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 126 | 76 | - |
| CMYK | 0 | 0.51 | 0.70 | 0 |
| HSL | 16.76º | 1% | 0.65% | - |
| HSV(B) | 16.76º | 0.7% | 1% | - |
| XYZ | 50.01 | 36.7 | 11.29 | - |
| YUV | 158.87 | 81.24 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 126 | 76 | 0 | 0.51 | 0.70 | 0 | 16.76 | 1 | 0.65 |
| Hex | FF | 7E | 4C | 0 | 33 | 46 | 0 | 11 | 64 | 41 |
| Octal | 377 | 176 | 114 | 0 | 63 | 106 | 0 | 21 | 144 | 101 |
| Binary | 11111111 | 1111110 | 1001100 | 0 | 110011 | 1000110 | 0 | 10001 | 1100100 | 1000001 |
Color Harmonies of #FF7E4C
Complementary color
Monochromatic Colors of #FF7E4C
Black with #FF7E4C
Text Example
Text Example
White with #FF7E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7E4C; }
p { color: rgb(255,126,76); }
H1.HeaderClassName
{
color: #FF7E4C;
}
.AnyTagClassName
{
color: #FF7E4C;
}
</style>
background-color css
<style>
a { background-color: #FF7E4C; }
a { background-color: rgb(255,126,76); }
div.DivClassName
{
background-color: #FF7E4C;
}
.BgClassName
{
background-color: #FF7E4C;
}
</style>
border-color css
<style>
span { border-color: #FF7E4C; }
span { border-color: rgb(255,126,76); }
td.TdClassName
{
border-color: #FF7E4C;
}
.TagClassName
{
border-color: #FF7E4C;
}
</style>