Shades of Salmon #FE827C
Tints of Salmon #FE827C
RGB
CMYK
RGB Variations
Color information
#FE827C (or 0xFE827C) is known color: Salmon. HEX triplet: FE, 82 and 7C. RGB value is (254,130,124). Sum of RGB (Red+Green+Blue) = 254+130+124=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE827C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE827C is #017D83. Grayscale: #A6A6A6. Windows color (decimal): -97668 or 8159998. OLE color: 8159998.
HSL color Cylindrical-coordinate representation of color #FE827C: hue angle of 2.77º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE827C is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 124 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.00 |
| HSL | 2.77º | 0.98% | 0.74% | - |
| HSV(B) | 2.77º | 0.51% | 1% | - |
| XYZ | 52.49 | 38.49 | 23.73 | - |
| YUV | 166.39 | 104.08 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 124 | 0 | 0.49 | 0.51 | 0.00 | 2.77 | 0.98 | 0.74 |
| Hex | FE | 82 | 7C | 0 | 31 | 33 | 0 | 3 | 62 | 4A |
| Octal | 376 | 202 | 174 | 0 | 61 | 63 | 0 | 3 | 142 | 112 |
| Binary | 11111110 | 10000010 | 1111100 | 0 | 110001 | 110011 | 0 | 11 | 1100010 | 1001010 |
Color Harmonies of #FE827C
Complementary color
Monochromatic Colors of #FE827C
Black with #FE827C
Text Example
Text Example
White with #FE827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE827C; }
p { color: rgb(254,130,124); }
H1.HeaderClassName
{
color: #FE827C;
}
.AnyTagClassName
{
color: #FE827C;
}
</style>
background-color css
<style>
a { background-color: #FE827C; }
a { background-color: rgb(254,130,124); }
div.DivClassName
{
background-color: #FE827C;
}
.BgClassName
{
background-color: #FE827C;
}
</style>
border-color css
<style>
span { border-color: #FE827C; }
span { border-color: rgb(254,130,124); }
td.TdClassName
{
border-color: #FE827C;
}
.TagClassName
{
border-color: #FE827C;
}
</style>