Shades of Salmon #FE837A
Tints of Salmon #FE837A
RGB
CMYK
RGB Variations
Color information
#FE837A (or 0xFE837A) is known color: Salmon. HEX triplet: FE, 83 and 7A. RGB value is (254,131,122). Sum of RGB (Red+Green+Blue) = 254+131+122=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 131 (51.56% from 255 or 25.84% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE837A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE837A is #017C85. Grayscale: #A6A6A6. Windows color (decimal): -97414 or 8029182. OLE color: 8029182.
HSL color Cylindrical-coordinate representation of color #FE837A: hue angle of 4.09º 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 #FE837A is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 131 | 122 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.00 |
| HSL | 4.09º | 0.99% | 0.74% | - |
| HSV(B) | 4.09º | 0.52% | 1% | - |
| XYZ | 52.5 | 38.71 | 23.12 | - |
| YUV | 166.75 | 102.75 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 131 | 122 | 0 | 0.48 | 0.52 | 0.00 | 4.09 | 0.99 | 0.74 |
| Hex | FE | 83 | 7A | 0 | 30 | 34 | 0 | 4 | 63 | 4A |
| Octal | 376 | 203 | 172 | 0 | 60 | 64 | 0 | 4 | 143 | 112 |
| Binary | 11111110 | 10000011 | 1111010 | 0 | 110000 | 110100 | 0 | 100 | 1100011 | 1001010 |
Color Harmonies of #FE837A
Complementary color
Monochromatic Colors of #FE837A
Black with #FE837A
Text Example
Text Example
White with #FE837A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE837A; }
p { color: rgb(254,131,122); }
H1.HeaderClassName
{
color: #FE837A;
}
.AnyTagClassName
{
color: #FE837A;
}
</style>
background-color css
<style>
a { background-color: #FE837A; }
a { background-color: rgb(254,131,122); }
div.DivClassName
{
background-color: #FE837A;
}
.BgClassName
{
background-color: #FE837A;
}
</style>
border-color css
<style>
span { border-color: #FE837A; }
span { border-color: rgb(254,131,122); }
td.TdClassName
{
border-color: #FE837A;
}
.TagClassName
{
border-color: #FE837A;
}
</style>