Shades of Coral #FF744F
Tints of Coral #FF744F
RGB
CMYK
RGB Variations
Color information
#FF744F (or 0xFF744F) is known color: Coral. HEX triplet: FF, 74 and 4F. RGB value is (255,116,79). Sum of RGB (Red+Green+Blue) = 255+116+79=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 79 (31.25% from 255 or 17.56% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF744F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF744F is #008BB0. Grayscale: #999999. Windows color (decimal): -35761 or 5207295. OLE color: 5207295.
HSL color Cylindrical-coordinate representation of color #FF744F: hue angle of 12.61º 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 #FF744F is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 79 | - |
| CMYK | 0 | 0.55 | 0.69 | 0 |
| HSL | 12.61º | 1% | 0.65% | - |
| HSV(B) | 12.61º | 0.69% | 1% | - |
| XYZ | 48.9 | 34.32 | 11.44 | - |
| YUV | 153.34 | 86.05 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 79 | 0 | 0.55 | 0.69 | 0 | 12.61 | 1 | 0.65 |
| Hex | FF | 74 | 4F | 0 | 37 | 45 | 0 | D | 64 | 41 |
| Octal | 377 | 164 | 117 | 0 | 67 | 105 | 0 | 15 | 144 | 101 |
| Binary | 11111111 | 1110100 | 1001111 | 0 | 110111 | 1000101 | 0 | 1101 | 1100100 | 1000001 |
Color Harmonies of #FF744F
Complementary color
Monochromatic Colors of #FF744F
Black with #FF744F
Text Example
Text Example
White with #FF744F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF744F; }
p { color: rgb(255,116,79); }
H1.HeaderClassName
{
color: #FF744F;
}
.AnyTagClassName
{
color: #FF744F;
}
</style>
background-color css
<style>
a { background-color: #FF744F; }
a { background-color: rgb(255,116,79); }
div.DivClassName
{
background-color: #FF744F;
}
.BgClassName
{
background-color: #FF744F;
}
</style>
border-color css
<style>
span { border-color: #FF744F; }
span { border-color: rgb(255,116,79); }
td.TdClassName
{
border-color: #FF744F;
}
.TagClassName
{
border-color: #FF744F;
}
</style>