Shades of Salmon #FE8268
Tints of Salmon #FE8268
RGB
CMYK
RGB Variations
Color information
#FE8268 (or 0xFE8268) is known color: Salmon. HEX triplet: FE, 82 and 68. RGB value is (254,130,104). Sum of RGB (Red+Green+Blue) = 254+130+104=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8268 is #017D97. Grayscale: #A4A4A4. Windows color (decimal): -97688 or 6849278. OLE color: 6849278.
HSL color Cylindrical-coordinate representation of color #FE8268: hue angle of 10.4º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE8268 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 104 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.00 |
| HSL | 10.4º | 0.99% | 0.7% | - |
| HSV(B) | 10.4º | 0.59% | 1% | - |
| XYZ | 51.35 | 38.04 | 17.73 | - |
| YUV | 164.11 | 94.08 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 104 | 0 | 0.49 | 0.59 | 0.00 | 10.4 | 0.99 | 0.7 |
| Hex | FE | 82 | 68 | 0 | 31 | 3B | 0 | A | 63 | 46 |
| Octal | 376 | 202 | 150 | 0 | 61 | 73 | 0 | 12 | 143 | 106 |
| Binary | 11111110 | 10000010 | 1101000 | 0 | 110001 | 111011 | 0 | 1010 | 1100011 | 1000110 |
Color Harmonies of #FE8268
Complementary color
Monochromatic Colors of #FE8268
Black with #FE8268
Text Example
Text Example
White with #FE8268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8268; }
p { color: rgb(254,130,104); }
H1.HeaderClassName
{
color: #FE8268;
}
.AnyTagClassName
{
color: #FE8268;
}
</style>
background-color css
<style>
a { background-color: #FE8268; }
a { background-color: rgb(254,130,104); }
div.DivClassName
{
background-color: #FE8268;
}
.BgClassName
{
background-color: #FE8268;
}
</style>
border-color css
<style>
span { border-color: #FE8268; }
span { border-color: rgb(254,130,104); }
td.TdClassName
{
border-color: #FE8268;
}
.TagClassName
{
border-color: #FE8268;
}
</style>