Shades of Salmon #FE766A
Tints of Salmon #FE766A
RGB
CMYK
RGB Variations
Color information
#FE766A (or 0xFE766A) is known color: Salmon. HEX triplet: FE, 76 and 6A. RGB value is (254,118,106). Sum of RGB (Red+Green+Blue) = 254+118+106=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 106 (41.80% from 255 or 22.18% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE766A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE766A is #018995. Grayscale: #9D9D9D. Windows color (decimal): -100758 or 6977278. OLE color: 6977278.
HSL color Cylindrical-coordinate representation of color #FE766A: hue angle of 4.86º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE766A is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 106 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.00 |
| HSL | 4.86º | 0.99% | 0.71% | - |
| HSV(B) | 4.86º | 0.58% | 1% | - |
| XYZ | 49.95 | 35.07 | 17.77 | - |
| YUV | 157.3 | 99.06 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 106 | 0 | 0.54 | 0.58 | 0.00 | 4.86 | 0.99 | 0.71 |
| Hex | FE | 76 | 6A | 0 | 36 | 3A | 0 | 5 | 63 | 47 |
| Octal | 376 | 166 | 152 | 0 | 66 | 72 | 0 | 5 | 143 | 107 |
| Binary | 11111110 | 1110110 | 1101010 | 0 | 110110 | 111010 | 0 | 101 | 1100011 | 1000111 |
Color Harmonies of #FE766A
Complementary color
Monochromatic Colors of #FE766A
Black with #FE766A
Text Example
Text Example
White with #FE766A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE766A; }
p { color: rgb(254,118,106); }
H1.HeaderClassName
{
color: #FE766A;
}
.AnyTagClassName
{
color: #FE766A;
}
</style>
background-color css
<style>
a { background-color: #FE766A; }
a { background-color: rgb(254,118,106); }
div.DivClassName
{
background-color: #FE766A;
}
.BgClassName
{
background-color: #FE766A;
}
</style>
border-color css
<style>
span { border-color: #FE766A; }
span { border-color: rgb(254,118,106); }
td.TdClassName
{
border-color: #FE766A;
}
.TagClassName
{
border-color: #FE766A;
}
</style>