Shades of Salmon #FE8279
Tints of Salmon #FE8279
RGB
CMYK
RGB Variations
Color information
#FE8279 (or 0xFE8279) is known color: Salmon. HEX triplet: FE, 82 and 79. RGB value is (254,130,121). Sum of RGB (Red+Green+Blue) = 254+130+121=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 121 (47.66% from 255 or 23.96% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8279 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8279 is #017D86. Grayscale: #A6A6A6. Windows color (decimal): -97671 or 7963390. OLE color: 7963390.
HSL color Cylindrical-coordinate representation of color #FE8279: hue angle of 4.06º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE8279 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 121 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.00 |
| HSL | 4.06º | 0.99% | 0.74% | - |
| HSV(B) | 4.06º | 0.52% | 1% | - |
| XYZ | 52.31 | 38.42 | 22.75 | - |
| YUV | 166.05 | 102.58 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 121 | 0 | 0.49 | 0.52 | 0.00 | 4.06 | 0.99 | 0.74 |
| Hex | FE | 82 | 79 | 0 | 31 | 34 | 0 | 4 | 63 | 4A |
| Octal | 376 | 202 | 171 | 0 | 61 | 64 | 0 | 4 | 143 | 112 |
| Binary | 11111110 | 10000010 | 1111001 | 0 | 110001 | 110100 | 0 | 100 | 1100011 | 1001010 |
Color Harmonies of #FE8279
Complementary color
Monochromatic Colors of #FE8279
Black with #FE8279
Text Example
Text Example
White with #FE8279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8279; }
p { color: rgb(254,130,121); }
H1.HeaderClassName
{
color: #FE8279;
}
.AnyTagClassName
{
color: #FE8279;
}
</style>
background-color css
<style>
a { background-color: #FE8279; }
a { background-color: rgb(254,130,121); }
div.DivClassName
{
background-color: #FE8279;
}
.BgClassName
{
background-color: #FE8279;
}
</style>
border-color css
<style>
span { border-color: #FE8279; }
span { border-color: rgb(254,130,121); }
td.TdClassName
{
border-color: #FE8279;
}
.TagClassName
{
border-color: #FE8279;
}
</style>