Shades of Salmon #FE766D
Tints of Salmon #FE766D
RGB
CMYK
RGB Variations
Color information
#FE766D (or 0xFE766D) is known color: Salmon. HEX triplet: FE, 76 and 6D. RGB value is (254,118,109). Sum of RGB (Red+Green+Blue) = 254+118+109=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE766D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE766D is #018992. Grayscale: #9D9D9D. Windows color (decimal): -100755 or 7173886. OLE color: 7173886.
HSL color Cylindrical-coordinate representation of color #FE766D: hue angle of 3.72º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE766D is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 109 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.00 |
| HSL | 3.72º | 0.99% | 0.71% | - |
| HSV(B) | 3.72º | 0.57% | 1% | - |
| XYZ | 50.11 | 35.13 | 18.61 | - |
| YUV | 157.64 | 100.56 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 109 | 0 | 0.54 | 0.57 | 0.00 | 3.72 | 0.99 | 0.71 |
| Hex | FE | 76 | 6D | 0 | 36 | 39 | 0 | 4 | 63 | 47 |
| Octal | 376 | 166 | 155 | 0 | 66 | 71 | 0 | 4 | 143 | 107 |
| Binary | 11111110 | 1110110 | 1101101 | 0 | 110110 | 111001 | 0 | 100 | 1100011 | 1000111 |
Color Harmonies of #FE766D
Complementary color
Monochromatic Colors of #FE766D
Black with #FE766D
Text Example
Text Example
White with #FE766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE766D; }
p { color: rgb(254,118,109); }
H1.HeaderClassName
{
color: #FE766D;
}
.AnyTagClassName
{
color: #FE766D;
}
</style>
background-color css
<style>
a { background-color: #FE766D; }
a { background-color: rgb(254,118,109); }
div.DivClassName
{
background-color: #FE766D;
}
.BgClassName
{
background-color: #FE766D;
}
</style>
border-color css
<style>
span { border-color: #FE766D; }
span { border-color: rgb(254,118,109); }
td.TdClassName
{
border-color: #FE766D;
}
.TagClassName
{
border-color: #FE766D;
}
</style>