Shades of Coral #FF7654
Tints of Coral #FF7654
RGB
CMYK
RGB Variations
Color information
#FF7654 (or 0xFF7654) is known color: Coral. HEX triplet: FF, 76 and 54. RGB value is (255,118,84). Sum of RGB (Red+Green+Blue) = 255+118+84=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 84 (33.20% from 255 or 18.38% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7654 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7654 is #0089AB. Grayscale: #9B9B9B. Windows color (decimal): -35244 or 5535487. OLE color: 5535487.
HSL color Cylindrical-coordinate representation of color #FF7654: hue angle of 11.93º 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 #FF7654 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 84 | - |
| CMYK | 0 | 0.54 | 0.67 | 0 |
| HSL | 11.93º | 1% | 0.66% | - |
| HSV(B) | 11.93º | 0.67% | 1% | - |
| XYZ | 49.32 | 34.86 | 12.52 | - |
| YUV | 155.09 | 87.89 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 84 | 0 | 0.54 | 0.67 | 0 | 11.93 | 1 | 0.66 |
| Hex | FF | 76 | 54 | 0 | 36 | 43 | 0 | C | 64 | 42 |
| Octal | 377 | 166 | 124 | 0 | 66 | 103 | 0 | 14 | 144 | 102 |
| Binary | 11111111 | 1110110 | 1010100 | 0 | 110110 | 1000011 | 0 | 1100 | 1100100 | 1000010 |
Color Harmonies of #FF7654
Complementary color
Monochromatic Colors of #FF7654
Black with #FF7654
Text Example
Text Example
White with #FF7654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7654; }
p { color: rgb(255,118,84); }
H1.HeaderClassName
{
color: #FF7654;
}
.AnyTagClassName
{
color: #FF7654;
}
</style>
background-color css
<style>
a { background-color: #FF7654; }
a { background-color: rgb(255,118,84); }
div.DivClassName
{
background-color: #FF7654;
}
.BgClassName
{
background-color: #FF7654;
}
</style>
border-color css
<style>
span { border-color: #FF7654; }
span { border-color: rgb(255,118,84); }
td.TdClassName
{
border-color: #FF7654;
}
.TagClassName
{
border-color: #FF7654;
}
</style>