Shades of Salmon #FE7868
Tints of Salmon #FE7868
RGB
CMYK
RGB Variations
Color information
#FE7868 (or 0xFE7868) is known color: Salmon. HEX triplet: FE, 78 and 68. RGB value is (254,120,104). Sum of RGB (Red+Green+Blue) = 254+120+104=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7868 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7868 is #018797. Grayscale: #9E9E9E. Windows color (decimal): -100248 or 6846718. OLE color: 6846718.
HSL color Cylindrical-coordinate representation of color #FE7868: hue angle of 6.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 #FE7868 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 120 | 104 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.00 |
| HSL | 6.4º | 0.99% | 0.7% | - |
| HSV(B) | 6.4º | 0.59% | 1% | - |
| XYZ | 50.09 | 35.5 | 17.31 | - |
| YUV | 158.24 | 97.39 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 120 | 104 | 0 | 0.53 | 0.59 | 0.00 | 6.4 | 0.99 | 0.7 |
| Hex | FE | 78 | 68 | 0 | 35 | 3B | 0 | 6 | 63 | 46 |
| Octal | 376 | 170 | 150 | 0 | 65 | 73 | 0 | 6 | 143 | 106 |
| Binary | 11111110 | 1111000 | 1101000 | 0 | 110101 | 111011 | 0 | 110 | 1100011 | 1000110 |
Color Harmonies of #FE7868
Complementary color
Monochromatic Colors of #FE7868
Black with #FE7868
Text Example
Text Example
White with #FE7868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7868; }
p { color: rgb(254,120,104); }
H1.HeaderClassName
{
color: #FE7868;
}
.AnyTagClassName
{
color: #FE7868;
}
</style>
background-color css
<style>
a { background-color: #FE7868; }
a { background-color: rgb(254,120,104); }
div.DivClassName
{
background-color: #FE7868;
}
.BgClassName
{
background-color: #FE7868;
}
</style>
border-color css
<style>
span { border-color: #FE7868; }
span { border-color: rgb(254,120,104); }
td.TdClassName
{
border-color: #FE7868;
}
.TagClassName
{
border-color: #FE7868;
}
</style>