Shades of Coral #FF7754
Tints of Coral #FF7754
RGB
CMYK
RGB Variations
Color information
#FF7754 (or 0xFF7754) is known color: Coral. HEX triplet: FF, 77 and 54. RGB value is (255,119,84). Sum of RGB (Red+Green+Blue) = 255+119+84=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 84 (33.20% from 255 or 18.34% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7754 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7754 is #0088AB. Grayscale: #9B9B9B. Windows color (decimal): -34988 or 5535743. OLE color: 5535743.
HSL color Cylindrical-coordinate representation of color #FF7754: hue angle of 12.28º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF7754 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 84 | - |
| CMYK | 0 | 0.53 | 0.67 | 0 |
| HSL | 12.28º | 1% | 0.66% | - |
| HSV(B) | 12.28º | 0.67% | 1% | - |
| XYZ | 49.44 | 35.09 | 12.56 | - |
| YUV | 155.67 | 87.56 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 84 | 0 | 0.53 | 0.67 | 0 | 12.28 | 1 | 0.66 |
| Hex | FF | 77 | 54 | 0 | 35 | 43 | 0 | C | 64 | 42 |
| Octal | 377 | 167 | 124 | 0 | 65 | 103 | 0 | 14 | 144 | 102 |
| Binary | 11111111 | 1110111 | 1010100 | 0 | 110101 | 1000011 | 0 | 1100 | 1100100 | 1000010 |
Color Harmonies of #FF7754
Complementary color
Monochromatic Colors of #FF7754
Black with #FF7754
Text Example
Text Example
White with #FF7754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7754; }
p { color: rgb(255,119,84); }
H1.HeaderClassName
{
color: #FF7754;
}
.AnyTagClassName
{
color: #FF7754;
}
</style>
background-color css
<style>
a { background-color: #FF7754; }
a { background-color: rgb(255,119,84); }
div.DivClassName
{
background-color: #FF7754;
}
.BgClassName
{
background-color: #FF7754;
}
</style>
border-color css
<style>
span { border-color: #FF7754; }
span { border-color: rgb(255,119,84); }
td.TdClassName
{
border-color: #FF7754;
}
.TagClassName
{
border-color: #FF7754;
}
</style>