Shades of Salmon #FE766C
Tints of Salmon #FE766C
RGB
CMYK
RGB Variations
Color information
#FE766C (or 0xFE766C) is known color: Salmon. HEX triplet: FE, 76 and 6C. RGB value is (254,118,108). Sum of RGB (Red+Green+Blue) = 254+118+108=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 118 (46.48% from 255 or 24.58% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE766C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE766C is #018993. Grayscale: #9D9D9D. Windows color (decimal): -100756 or 7108350. OLE color: 7108350.
HSL color Cylindrical-coordinate representation of color #FE766C: hue angle of 4.11º 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 #FE766C is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 108 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.00 |
| HSL | 4.11º | 0.99% | 0.71% | - |
| HSV(B) | 4.11º | 0.57% | 1% | - |
| XYZ | 50.06 | 35.11 | 18.33 | - |
| YUV | 157.52 | 100.06 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 108 | 0 | 0.54 | 0.57 | 0.00 | 4.11 | 0.99 | 0.71 |
| Hex | FE | 76 | 6C | 0 | 36 | 39 | 0 | 4 | 63 | 47 |
| Octal | 376 | 166 | 154 | 0 | 66 | 71 | 0 | 4 | 143 | 107 |
| Binary | 11111110 | 1110110 | 1101100 | 0 | 110110 | 111001 | 0 | 100 | 1100011 | 1000111 |
Color Harmonies of #FE766C
Complementary color
Monochromatic Colors of #FE766C
Black with #FE766C
Text Example
Text Example
White with #FE766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE766C; }
p { color: rgb(254,118,108); }
H1.HeaderClassName
{
color: #FE766C;
}
.AnyTagClassName
{
color: #FE766C;
}
</style>
background-color css
<style>
a { background-color: #FE766C; }
a { background-color: rgb(254,118,108); }
div.DivClassName
{
background-color: #FE766C;
}
.BgClassName
{
background-color: #FE766C;
}
</style>
border-color css
<style>
span { border-color: #FE766C; }
span { border-color: rgb(254,118,108); }
td.TdClassName
{
border-color: #FE766C;
}
.TagClassName
{
border-color: #FE766C;
}
</style>