Shades of Coral #FF7D54
Tints of Coral #FF7D54
RGB
CMYK
RGB Variations
Color information
#FF7D54 (or 0xFF7D54) is known color: Coral. HEX triplet: FF, 7D and 54. RGB value is (255,125,84). Sum of RGB (Red+Green+Blue) = 255+125+84=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 84 (33.20% from 255 or 18.10% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7D54 is #0082AB. Grayscale: #9F9F9F. Windows color (decimal): -33452 or 5537279. OLE color: 5537279.
HSL color Cylindrical-coordinate representation of color #FF7D54: hue angle of 14.39º 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 #FF7D54 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 84 | - |
| CMYK | 0 | 0.51 | 0.67 | 0 |
| HSL | 14.39º | 1% | 0.66% | - |
| HSV(B) | 14.39º | 0.67% | 1% | - |
| XYZ | 50.17 | 36.57 | 12.8 | - |
| YUV | 159.2 | 85.57 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 84 | 0 | 0.51 | 0.67 | 0 | 14.39 | 1 | 0.66 |
| Hex | FF | 7D | 54 | 0 | 33 | 43 | 0 | E | 64 | 42 |
| Octal | 377 | 175 | 124 | 0 | 63 | 103 | 0 | 16 | 144 | 102 |
| Binary | 11111111 | 1111101 | 1010100 | 0 | 110011 | 1000011 | 0 | 1110 | 1100100 | 1000010 |
Color Harmonies of #FF7D54
Complementary color
Monochromatic Colors of #FF7D54
Black with #FF7D54
Text Example
Text Example
White with #FF7D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7D54; }
p { color: rgb(255,125,84); }
H1.HeaderClassName
{
color: #FF7D54;
}
.AnyTagClassName
{
color: #FF7D54;
}
</style>
background-color css
<style>
a { background-color: #FF7D54; }
a { background-color: rgb(255,125,84); }
div.DivClassName
{
background-color: #FF7D54;
}
.BgClassName
{
background-color: #FF7D54;
}
</style>
border-color css
<style>
span { border-color: #FF7D54; }
span { border-color: rgb(255,125,84); }
td.TdClassName
{
border-color: #FF7D54;
}
.TagClassName
{
border-color: #FF7D54;
}
</style>