Shades of Salmon #FE826A
Tints of Salmon #FE826A
RGB
CMYK
RGB Variations
Color information
#FE826A (or 0xFE826A) is known color: Salmon. HEX triplet: FE, 82 and 6A. RGB value is (254,130,106). Sum of RGB (Red+Green+Blue) = 254+130+106=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 106 (41.80% from 255 or 21.63% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE826A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE826A is #017D95. Grayscale: #A4A4A4. Windows color (decimal): -97686 or 6980350. OLE color: 6980350.
HSL color Cylindrical-coordinate representation of color #FE826A: hue angle of 9.73º 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 #FE826A is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 106 | - |
| CMYK | 0 | 0.49 | 0.58 | 0.00 |
| HSL | 9.73º | 0.99% | 0.71% | - |
| HSV(B) | 9.73º | 0.58% | 1% | - |
| XYZ | 51.46 | 38.08 | 18.27 | - |
| YUV | 164.34 | 95.08 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 106 | 0 | 0.49 | 0.58 | 0.00 | 9.73 | 0.99 | 0.71 |
| Hex | FE | 82 | 6A | 0 | 31 | 3A | 0 | A | 63 | 47 |
| Octal | 376 | 202 | 152 | 0 | 61 | 72 | 0 | 12 | 143 | 107 |
| Binary | 11111110 | 10000010 | 1101010 | 0 | 110001 | 111010 | 0 | 1010 | 1100011 | 1000111 |
Color Harmonies of #FE826A
Complementary color
Monochromatic Colors of #FE826A
Black with #FE826A
Text Example
Text Example
White with #FE826A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE826A; }
p { color: rgb(254,130,106); }
H1.HeaderClassName
{
color: #FE826A;
}
.AnyTagClassName
{
color: #FE826A;
}
</style>
background-color css
<style>
a { background-color: #FE826A; }
a { background-color: rgb(254,130,106); }
div.DivClassName
{
background-color: #FE826A;
}
.BgClassName
{
background-color: #FE826A;
}
</style>
border-color css
<style>
span { border-color: #FE826A; }
span { border-color: rgb(254,130,106); }
td.TdClassName
{
border-color: #FE826A;
}
.TagClassName
{
border-color: #FE826A;
}
</style>