Shades of Salmon #FE766F
Tints of Salmon #FE766F
RGB
CMYK
RGB Variations
Color information
#FE766F (or 0xFE766F) is known color: Salmon. HEX triplet: FE, 76 and 6F. RGB value is (254,118,111). Sum of RGB (Red+Green+Blue) = 254+118+111=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 111 (43.75% from 255 or 22.98% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE766F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE766F is #018990. Grayscale: #9E9E9E. Windows color (decimal): -100753 or 7304958. OLE color: 7304958.
HSL color Cylindrical-coordinate representation of color #FE766F: hue angle of 2.94º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE766F is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 111 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.00 |
| HSL | 2.94º | 0.99% | 0.72% | - |
| HSV(B) | 2.94º | 0.56% | 1% | - |
| XYZ | 50.22 | 35.18 | 19.18 | - |
| YUV | 157.87 | 101.56 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 111 | 0 | 0.54 | 0.56 | 0.00 | 2.94 | 0.99 | 0.72 |
| Hex | FE | 76 | 6F | 0 | 36 | 38 | 0 | 3 | 63 | 48 |
| Octal | 376 | 166 | 157 | 0 | 66 | 70 | 0 | 3 | 143 | 110 |
| Binary | 11111110 | 1110110 | 1101111 | 0 | 110110 | 111000 | 0 | 11 | 1100011 | 1001000 |
Color Harmonies of #FE766F
Complementary color
Monochromatic Colors of #FE766F
Black with #FE766F
Text Example
Text Example
White with #FE766F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE766F; }
p { color: rgb(254,118,111); }
H1.HeaderClassName
{
color: #FE766F;
}
.AnyTagClassName
{
color: #FE766F;
}
</style>
background-color css
<style>
a { background-color: #FE766F; }
a { background-color: rgb(254,118,111); }
div.DivClassName
{
background-color: #FE766F;
}
.BgClassName
{
background-color: #FE766F;
}
</style>
border-color css
<style>
span { border-color: #FE766F; }
span { border-color: rgb(254,118,111); }
td.TdClassName
{
border-color: #FE766F;
}
.TagClassName
{
border-color: #FE766F;
}
</style>