Shades of Salmon #FE817D
Tints of Salmon #FE817D
RGB
CMYK
RGB Variations
Color information
#FE817D (or 0xFE817D) is known color: Salmon. HEX triplet: FE, 81 and 7D. RGB value is (254,129,125). Sum of RGB (Red+Green+Blue) = 254+129+125=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE817D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE817D is #017E82. Grayscale: #A6A6A6. Windows color (decimal): -97923 or 8225278. OLE color: 8225278.
HSL color Cylindrical-coordinate representation of color #FE817D: hue angle of 1.86º 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 #FE817D is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 125 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.00 |
| HSL | 1.86º | 0.98% | 0.74% | - |
| HSV(B) | 1.86º | 0.51% | 1% | - |
| XYZ | 52.42 | 38.25 | 24.02 | - |
| YUV | 165.92 | 104.91 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 125 | 0 | 0.49 | 0.51 | 0.00 | 1.86 | 0.98 | 0.74 |
| Hex | FE | 81 | 7D | 0 | 31 | 33 | 0 | 2 | 62 | 4A |
| Octal | 376 | 201 | 175 | 0 | 61 | 63 | 0 | 2 | 142 | 112 |
| Binary | 11111110 | 10000001 | 1111101 | 0 | 110001 | 110011 | 0 | 10 | 1100010 | 1001010 |
Color Harmonies of #FE817D
Complementary color
Monochromatic Colors of #FE817D
Black with #FE817D
Text Example
Text Example
White with #FE817D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE817D; }
p { color: rgb(254,129,125); }
H1.HeaderClassName
{
color: #FE817D;
}
.AnyTagClassName
{
color: #FE817D;
}
</style>
background-color css
<style>
a { background-color: #FE817D; }
a { background-color: rgb(254,129,125); }
div.DivClassName
{
background-color: #FE817D;
}
.BgClassName
{
background-color: #FE817D;
}
</style>
border-color css
<style>
span { border-color: #FE817D; }
span { border-color: rgb(254,129,125); }
td.TdClassName
{
border-color: #FE817D;
}
.TagClassName
{
border-color: #FE817D;
}
</style>