Shades of Salmon #FE826B
Tints of Salmon #FE826B
RGB
CMYK
RGB Variations
Color information
#FE826B (or 0xFE826B) is known color: Salmon. HEX triplet: FE, 82 and 6B. RGB value is (254,130,107). Sum of RGB (Red+Green+Blue) = 254+130+107=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 107 (42.19% from 255 or 21.79% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE826B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE826B is #017D94. Grayscale: #A4A4A4. Windows color (decimal): -97685 or 7045886. OLE color: 7045886.
HSL color Cylindrical-coordinate representation of color #FE826B: hue angle of 9.39º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE826B is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 107 | - |
| CMYK | 0 | 0.49 | 0.58 | 0.00 |
| HSL | 9.39º | 0.99% | 0.71% | - |
| HSV(B) | 9.39º | 0.58% | 1% | - |
| XYZ | 51.51 | 38.1 | 18.55 | - |
| YUV | 164.45 | 95.58 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 107 | 0 | 0.49 | 0.58 | 0.00 | 9.39 | 0.99 | 0.71 |
| Hex | FE | 82 | 6B | 0 | 31 | 3A | 0 | 9 | 63 | 47 |
| Octal | 376 | 202 | 153 | 0 | 61 | 72 | 0 | 11 | 143 | 107 |
| Binary | 11111110 | 10000010 | 1101011 | 0 | 110001 | 111010 | 0 | 1001 | 1100011 | 1000111 |
Color Harmonies of #FE826B
Complementary color
Monochromatic Colors of #FE826B
Black with #FE826B
Text Example
Text Example
White with #FE826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE826B; }
p { color: rgb(254,130,107); }
H1.HeaderClassName
{
color: #FE826B;
}
.AnyTagClassName
{
color: #FE826B;
}
</style>
background-color css
<style>
a { background-color: #FE826B; }
a { background-color: rgb(254,130,107); }
div.DivClassName
{
background-color: #FE826B;
}
.BgClassName
{
background-color: #FE826B;
}
</style>
border-color css
<style>
span { border-color: #FE826B; }
span { border-color: rgb(254,130,107); }
td.TdClassName
{
border-color: #FE826B;
}
.TagClassName
{
border-color: #FE826B;
}
</style>