Shades of Coral #FF744E
Tints of Coral #FF744E
RGB
CMYK
RGB Variations
Color information
#FF744E (or 0xFF744E) is known color: Coral. HEX triplet: FF, 74 and 4E. RGB value is (255,116,78). Sum of RGB (Red+Green+Blue) = 255+116+78=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 78 (30.86% from 255 or 17.37% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF744E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF744E is #008BB1. Grayscale: #999999. Windows color (decimal): -35762 or 5141759. OLE color: 5141759.
HSL color Cylindrical-coordinate representation of color #FF744E: hue angle of 12.88º 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 #FF744E is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 78 | - |
| CMYK | 0 | 0.55 | 0.69 | 0 |
| HSL | 12.88º | 1% | 0.65% | - |
| HSV(B) | 12.88º | 0.69% | 1% | - |
| XYZ | 48.86 | 34.3 | 11.25 | - |
| YUV | 153.23 | 85.55 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 78 | 0 | 0.55 | 0.69 | 0 | 12.88 | 1 | 0.65 |
| Hex | FF | 74 | 4E | 0 | 37 | 45 | 0 | D | 64 | 41 |
| Octal | 377 | 164 | 116 | 0 | 67 | 105 | 0 | 15 | 144 | 101 |
| Binary | 11111111 | 1110100 | 1001110 | 0 | 110111 | 1000101 | 0 | 1101 | 1100100 | 1000001 |
Color Harmonies of #FF744E
Complementary color
Monochromatic Colors of #FF744E
Black with #FF744E
Text Example
Text Example
White with #FF744E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF744E; }
p { color: rgb(255,116,78); }
H1.HeaderClassName
{
color: #FF744E;
}
.AnyTagClassName
{
color: #FF744E;
}
</style>
background-color css
<style>
a { background-color: #FF744E; }
a { background-color: rgb(255,116,78); }
div.DivClassName
{
background-color: #FF744E;
}
.BgClassName
{
background-color: #FF744E;
}
</style>
border-color css
<style>
span { border-color: #FF744E; }
span { border-color: rgb(255,116,78); }
td.TdClassName
{
border-color: #FF744E;
}
.TagClassName
{
border-color: #FF744E;
}
</style>