Shades of Salmon #FE8278
Tints of Salmon #FE8278
RGB
CMYK
RGB Variations
Color information
#FE8278 (or 0xFE8278) is known color: Salmon. HEX triplet: FE, 82 and 78. RGB value is (254,130,120). Sum of RGB (Red+Green+Blue) = 254+130+120=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 120 (47.27% from 255 or 23.81% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8278 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8278 is #017D87. Grayscale: #A6A6A6. Windows color (decimal): -97672 or 7897854. OLE color: 7897854.
HSL color Cylindrical-coordinate representation of color #FE8278: hue angle of 4.48º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FE8278 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 120 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.00 |
| HSL | 4.48º | 0.99% | 0.73% | - |
| HSV(B) | 4.48º | 0.53% | 1% | - |
| XYZ | 52.25 | 38.39 | 22.43 | - |
| YUV | 165.94 | 102.08 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 120 | 0 | 0.49 | 0.53 | 0.00 | 4.48 | 0.99 | 0.73 |
| Hex | FE | 82 | 78 | 0 | 31 | 35 | 0 | 4 | 63 | 49 |
| Octal | 376 | 202 | 170 | 0 | 61 | 65 | 0 | 4 | 143 | 111 |
| Binary | 11111110 | 10000010 | 1111000 | 0 | 110001 | 110101 | 0 | 100 | 1100011 | 1001001 |
Color Harmonies of #FE8278
Complementary color
Monochromatic Colors of #FE8278
Black with #FE8278
Text Example
Text Example
White with #FE8278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8278; }
p { color: rgb(254,130,120); }
H1.HeaderClassName
{
color: #FE8278;
}
.AnyTagClassName
{
color: #FE8278;
}
</style>
background-color css
<style>
a { background-color: #FE8278; }
a { background-color: rgb(254,130,120); }
div.DivClassName
{
background-color: #FE8278;
}
.BgClassName
{
background-color: #FE8278;
}
</style>
border-color css
<style>
span { border-color: #FE8278; }
span { border-color: rgb(254,130,120); }
td.TdClassName
{
border-color: #FE8278;
}
.TagClassName
{
border-color: #FE8278;
}
</style>