Shades of Salmon #FE7D68
Tints of Salmon #FE7D68
RGB
CMYK
RGB Variations
Color information
#FE7D68 (or 0xFE7D68) is known color: Salmon. HEX triplet: FE, 7D and 68. RGB value is (254,125,104). Sum of RGB (Red+Green+Blue) = 254+125+104=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7D68 is #018297. Grayscale: #A1A1A1. Windows color (decimal): -98968 or 6847998. OLE color: 6847998.
HSL color Cylindrical-coordinate representation of color #FE7D68: hue angle of 8.4º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE7D68 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 104 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.00 |
| HSL | 8.4º | 0.99% | 0.7% | - |
| HSV(B) | 8.4º | 0.59% | 1% | - |
| XYZ | 50.71 | 36.74 | 17.52 | - |
| YUV | 161.18 | 95.74 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 104 | 0 | 0.51 | 0.59 | 0.00 | 8.4 | 0.99 | 0.7 |
| Hex | FE | 7D | 68 | 0 | 33 | 3B | 0 | 8 | 63 | 46 |
| Octal | 376 | 175 | 150 | 0 | 63 | 73 | 0 | 10 | 143 | 106 |
| Binary | 11111110 | 1111101 | 1101000 | 0 | 110011 | 111011 | 0 | 1000 | 1100011 | 1000110 |
Color Harmonies of #FE7D68
Complementary color
Monochromatic Colors of #FE7D68
Black with #FE7D68
Text Example
Text Example
White with #FE7D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7D68; }
p { color: rgb(254,125,104); }
H1.HeaderClassName
{
color: #FE7D68;
}
.AnyTagClassName
{
color: #FE7D68;
}
</style>
background-color css
<style>
a { background-color: #FE7D68; }
a { background-color: rgb(254,125,104); }
div.DivClassName
{
background-color: #FE7D68;
}
.BgClassName
{
background-color: #FE7D68;
}
</style>
border-color css
<style>
span { border-color: #FE7D68; }
span { border-color: rgb(254,125,104); }
td.TdClassName
{
border-color: #FE7D68;
}
.TagClassName
{
border-color: #FE7D68;
}
</style>