Shades of Salmon #FE7F69
Tints of Salmon #FE7F69
RGB
CMYK
RGB Variations
Color information
#FE7F69 (or 0xFE7F69) is known color: Salmon. HEX triplet: FE, 7F and 69. RGB value is (254,127,105). Sum of RGB (Red+Green+Blue) = 254+127+105=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 105 (41.41% from 255 or 21.60% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7F69 is #018096. Grayscale: #A2A2A2. Windows color (decimal): -98455 or 6914046. OLE color: 6914046.
HSL color Cylindrical-coordinate representation of color #FE7F69: hue angle of 8.86º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE7F69 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 127 | 105 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.00 |
| HSL | 8.86º | 0.99% | 0.7% | - |
| HSV(B) | 8.86º | 0.59% | 1% | - |
| XYZ | 51.01 | 37.27 | 17.87 | - |
| YUV | 162.47 | 95.58 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 127 | 105 | 0 | 0.50 | 0.59 | 0.00 | 8.86 | 0.99 | 0.7 |
| Hex | FE | 7F | 69 | 0 | 32 | 3B | 0 | 9 | 63 | 46 |
| Octal | 376 | 177 | 151 | 0 | 62 | 73 | 0 | 11 | 143 | 106 |
| Binary | 11111110 | 1111111 | 1101001 | 0 | 110010 | 111011 | 0 | 1001 | 1100011 | 1000110 |
Color Harmonies of #FE7F69
Complementary color
Monochromatic Colors of #FE7F69
Black with #FE7F69
Text Example
Text Example
White with #FE7F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7F69; }
p { color: rgb(254,127,105); }
H1.HeaderClassName
{
color: #FE7F69;
}
.AnyTagClassName
{
color: #FE7F69;
}
</style>
background-color css
<style>
a { background-color: #FE7F69; }
a { background-color: rgb(254,127,105); }
div.DivClassName
{
background-color: #FE7F69;
}
.BgClassName
{
background-color: #FE7F69;
}
</style>
border-color css
<style>
span { border-color: #FE7F69; }
span { border-color: rgb(254,127,105); }
td.TdClassName
{
border-color: #FE7F69;
}
.TagClassName
{
border-color: #FE7F69;
}
</style>