Shades of Salmon #FE7B6A
Tints of Salmon #FE7B6A
RGB
CMYK
RGB Variations
Color information
#FE7B6A (or 0xFE7B6A) is known color: Salmon. HEX triplet: FE, 7B and 6A. RGB value is (254,123,106). Sum of RGB (Red+Green+Blue) = 254+123+106=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 123 (48.44% from 255 or 25.47% from 483); Blue value is 106 (41.80% from 255 or 21.95% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7B6A is #018495. Grayscale: #A0A0A0. Windows color (decimal): -99478 or 6978558. OLE color: 6978558.
HSL color Cylindrical-coordinate representation of color #FE7B6A: hue angle of 6.89º 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 #FE7B6A is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 123 | 106 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.00 |
| HSL | 6.89º | 0.99% | 0.71% | - |
| HSV(B) | 6.89º | 0.58% | 1% | - |
| XYZ | 50.56 | 36.28 | 17.97 | - |
| YUV | 160.23 | 97.4 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 123 | 106 | 0 | 0.52 | 0.58 | 0.00 | 6.89 | 0.99 | 0.71 |
| Hex | FE | 7B | 6A | 0 | 34 | 3A | 0 | 7 | 63 | 47 |
| Octal | 376 | 173 | 152 | 0 | 64 | 72 | 0 | 7 | 143 | 107 |
| Binary | 11111110 | 1111011 | 1101010 | 0 | 110100 | 111010 | 0 | 111 | 1100011 | 1000111 |
Color Harmonies of #FE7B6A
Complementary color
Monochromatic Colors of #FE7B6A
Black with #FE7B6A
Text Example
Text Example
White with #FE7B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7B6A; }
p { color: rgb(254,123,106); }
H1.HeaderClassName
{
color: #FE7B6A;
}
.AnyTagClassName
{
color: #FE7B6A;
}
</style>
background-color css
<style>
a { background-color: #FE7B6A; }
a { background-color: rgb(254,123,106); }
div.DivClassName
{
background-color: #FE7B6A;
}
.BgClassName
{
background-color: #FE7B6A;
}
</style>
border-color css
<style>
span { border-color: #FE7B6A; }
span { border-color: rgb(254,123,106); }
td.TdClassName
{
border-color: #FE7B6A;
}
.TagClassName
{
border-color: #FE7B6A;
}
</style>