Shades of Coral #FF7C4E
Tints of Coral #FF7C4E
RGB
CMYK
RGB Variations
Color information
#FF7C4E (or 0xFF7C4E) is known color: Coral. HEX triplet: FF, 7C and 4E. RGB value is (255,124,78). Sum of RGB (Red+Green+Blue) = 255+124+78=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 78 (30.86% from 255 or 17.07% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7C4E is #0083B1. Grayscale: #9E9E9E. Windows color (decimal): -33714 or 5143807. OLE color: 5143807.
HSL color Cylindrical-coordinate representation of color #FF7C4E: hue angle of 15.59º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF7C4E is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 78 | - |
| CMYK | 0 | 0.51 | 0.69 | 0 |
| HSL | 15.59º | 1% | 0.65% | - |
| HSV(B) | 15.59º | 0.69% | 1% | - |
| XYZ | 49.82 | 36.23 | 11.57 | - |
| YUV | 157.93 | 82.9 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 78 | 0 | 0.51 | 0.69 | 0 | 15.59 | 1 | 0.65 |
| Hex | FF | 7C | 4E | 0 | 33 | 45 | 0 | 10 | 64 | 41 |
| Octal | 377 | 174 | 116 | 0 | 63 | 105 | 0 | 20 | 144 | 101 |
| Binary | 11111111 | 1111100 | 1001110 | 0 | 110011 | 1000101 | 0 | 10000 | 1100100 | 1000001 |
Color Harmonies of #FF7C4E
Complementary color
Monochromatic Colors of #FF7C4E
Black with #FF7C4E
Text Example
Text Example
White with #FF7C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7C4E; }
p { color: rgb(255,124,78); }
H1.HeaderClassName
{
color: #FF7C4E;
}
.AnyTagClassName
{
color: #FF7C4E;
}
</style>
background-color css
<style>
a { background-color: #FF7C4E; }
a { background-color: rgb(255,124,78); }
div.DivClassName
{
background-color: #FF7C4E;
}
.BgClassName
{
background-color: #FF7C4E;
}
</style>
border-color css
<style>
span { border-color: #FF7C4E; }
span { border-color: rgb(255,124,78); }
td.TdClassName
{
border-color: #FF7C4E;
}
.TagClassName
{
border-color: #FF7C4E;
}
</style>