Shades of Salmon #FE7872
Tints of Salmon #FE7872
RGB
CMYK
RGB Variations
Color information
#FE7872 (or 0xFE7872) is known color: Salmon. HEX triplet: FE, 78 and 72. RGB value is (254,120,114). Sum of RGB (Red+Green+Blue) = 254+120+114=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 120 (47.27% from 255 or 24.59% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7872 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7872 is #01878D. Grayscale: #9F9F9F. Windows color (decimal): -100238 or 7502078. OLE color: 7502078.
HSL color Cylindrical-coordinate representation of color #FE7872: hue angle of 2.57º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FE7872 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 120 | 114 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.00 |
| HSL | 2.57º | 0.99% | 0.72% | - |
| HSV(B) | 2.57º | 0.55% | 1% | - |
| XYZ | 50.63 | 35.72 | 20.15 | - |
| YUV | 159.38 | 102.39 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 120 | 114 | 0 | 0.53 | 0.55 | 0.00 | 2.57 | 0.99 | 0.72 |
| Hex | FE | 78 | 72 | 0 | 35 | 37 | 0 | 3 | 63 | 48 |
| Octal | 376 | 170 | 162 | 0 | 65 | 67 | 0 | 3 | 143 | 110 |
| Binary | 11111110 | 1111000 | 1110010 | 0 | 110101 | 110111 | 0 | 11 | 1100011 | 1001000 |
Color Harmonies of #FE7872
Complementary color
Monochromatic Colors of #FE7872
Black with #FE7872
Text Example
Text Example
White with #FE7872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7872; }
p { color: rgb(254,120,114); }
H1.HeaderClassName
{
color: #FE7872;
}
.AnyTagClassName
{
color: #FE7872;
}
</style>
background-color css
<style>
a { background-color: #FE7872; }
a { background-color: rgb(254,120,114); }
div.DivClassName
{
background-color: #FE7872;
}
.BgClassName
{
background-color: #FE7872;
}
</style>
border-color css
<style>
span { border-color: #FE7872; }
span { border-color: rgb(254,120,114); }
td.TdClassName
{
border-color: #FE7872;
}
.TagClassName
{
border-color: #FE7872;
}
</style>