Shades of Salmon #FE817A
Tints of Salmon #FE817A
RGB
CMYK
RGB Variations
Color information
#FE817A (or 0xFE817A) is known color: Salmon. HEX triplet: FE, 81 and 7A. RGB value is (254,129,122). Sum of RGB (Red+Green+Blue) = 254+129+122=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 129 (50.78% from 255 or 25.54% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE817A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE817A is #017E85. Grayscale: #A5A5A5. Windows color (decimal): -97926 or 8028670. OLE color: 8028670.
HSL color Cylindrical-coordinate representation of color #FE817A: hue angle of 3.18º 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 #FE817A is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 122 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.00 |
| HSL | 3.18º | 0.99% | 0.74% | - |
| HSV(B) | 3.18º | 0.52% | 1% | - |
| XYZ | 52.24 | 38.18 | 23.03 | - |
| YUV | 165.58 | 103.41 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 122 | 0 | 0.49 | 0.52 | 0.00 | 3.18 | 0.99 | 0.74 |
| Hex | FE | 81 | 7A | 0 | 31 | 34 | 0 | 3 | 63 | 4A |
| Octal | 376 | 201 | 172 | 0 | 61 | 64 | 0 | 3 | 143 | 112 |
| Binary | 11111110 | 10000001 | 1111010 | 0 | 110001 | 110100 | 0 | 11 | 1100011 | 1001010 |
Color Harmonies of #FE817A
Complementary color
Monochromatic Colors of #FE817A
Black with #FE817A
Text Example
Text Example
White with #FE817A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE817A; }
p { color: rgb(254,129,122); }
H1.HeaderClassName
{
color: #FE817A;
}
.AnyTagClassName
{
color: #FE817A;
}
</style>
background-color css
<style>
a { background-color: #FE817A; }
a { background-color: rgb(254,129,122); }
div.DivClassName
{
background-color: #FE817A;
}
.BgClassName
{
background-color: #FE817A;
}
</style>
border-color css
<style>
span { border-color: #FE817A; }
span { border-color: rgb(254,129,122); }
td.TdClassName
{
border-color: #FE817A;
}
.TagClassName
{
border-color: #FE817A;
}
</style>