Shades of Salmon #FE827B
Tints of Salmon #FE827B
RGB
CMYK
RGB Variations
Color information
#FE827B (or 0xFE827B) is known color: Salmon. HEX triplet: FE, 82 and 7B. RGB value is (254,130,123). Sum of RGB (Red+Green+Blue) = 254+130+123=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE827B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE827B is #017D84. Grayscale: #A6A6A6. Windows color (decimal): -97669 or 8094462. OLE color: 8094462.
HSL color Cylindrical-coordinate representation of color #FE827B: hue angle of 3.21º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE827B is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 123 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.00 |
| HSL | 3.21º | 0.98% | 0.74% | - |
| HSV(B) | 3.21º | 0.52% | 1% | - |
| XYZ | 52.43 | 38.47 | 23.4 | - |
| YUV | 166.28 | 103.58 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 123 | 0 | 0.49 | 0.52 | 0.00 | 3.21 | 0.98 | 0.74 |
| Hex | FE | 82 | 7B | 0 | 31 | 34 | 0 | 3 | 62 | 4A |
| Octal | 376 | 202 | 173 | 0 | 61 | 64 | 0 | 3 | 142 | 112 |
| Binary | 11111110 | 10000010 | 1111011 | 0 | 110001 | 110100 | 0 | 11 | 1100010 | 1001010 |
Color Harmonies of #FE827B
Complementary color
Monochromatic Colors of #FE827B
Black with #FE827B
Text Example
Text Example
White with #FE827B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE827B; }
p { color: rgb(254,130,123); }
H1.HeaderClassName
{
color: #FE827B;
}
.AnyTagClassName
{
color: #FE827B;
}
</style>
background-color css
<style>
a { background-color: #FE827B; }
a { background-color: rgb(254,130,123); }
div.DivClassName
{
background-color: #FE827B;
}
.BgClassName
{
background-color: #FE827B;
}
</style>
border-color css
<style>
span { border-color: #FE827B; }
span { border-color: rgb(254,130,123); }
td.TdClassName
{
border-color: #FE827B;
}
.TagClassName
{
border-color: #FE827B;
}
</style>