Shades of Salmon #FE7C69
Tints of Salmon #FE7C69
RGB
CMYK
RGB Variations
Color information
#FE7C69 (or 0xFE7C69) is known color: Salmon. HEX triplet: FE, 7C and 69. RGB value is (254,124,105). Sum of RGB (Red+Green+Blue) = 254+124+105=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 105 (41.41% from 255 or 21.74% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7C69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7C69 is #018396. Grayscale: #A0A0A0. Windows color (decimal): -99223 or 6913278. OLE color: 6913278.
HSL color Cylindrical-coordinate representation of color #FE7C69: hue angle of 7.65º 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 #FE7C69 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 124 | 105 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.00 |
| HSL | 7.65º | 0.99% | 0.7% | - |
| HSV(B) | 7.65º | 0.59% | 1% | - |
| XYZ | 50.63 | 36.51 | 17.74 | - |
| YUV | 160.7 | 96.57 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 124 | 105 | 0 | 0.51 | 0.59 | 0.00 | 7.65 | 0.99 | 0.7 |
| Hex | FE | 7C | 69 | 0 | 33 | 3B | 0 | 8 | 63 | 46 |
| Octal | 376 | 174 | 151 | 0 | 63 | 73 | 0 | 10 | 143 | 106 |
| Binary | 11111110 | 1111100 | 1101001 | 0 | 110011 | 111011 | 0 | 1000 | 1100011 | 1000110 |
Color Harmonies of #FE7C69
Complementary color
Monochromatic Colors of #FE7C69
Black with #FE7C69
Text Example
Text Example
White with #FE7C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7C69; }
p { color: rgb(254,124,105); }
H1.HeaderClassName
{
color: #FE7C69;
}
.AnyTagClassName
{
color: #FE7C69;
}
</style>
background-color css
<style>
a { background-color: #FE7C69; }
a { background-color: rgb(254,124,105); }
div.DivClassName
{
background-color: #FE7C69;
}
.BgClassName
{
background-color: #FE7C69;
}
</style>
border-color css
<style>
span { border-color: #FE7C69; }
span { border-color: rgb(254,124,105); }
td.TdClassName
{
border-color: #FE7C69;
}
.TagClassName
{
border-color: #FE7C69;
}
</style>