Shades of Salmon #F4876D
Tints of Salmon #F4876D
RGB
CMYK
RGB Variations
Color information
#F4876D (or 0xF4876D) is known color: Salmon. HEX triplet: F4, 87 and 6D. RGB value is (244,135,109). Sum of RGB (Red+Green+Blue) = 244+135+109=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F4876D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4876D is #0B7892. Grayscale: #A4A4A4. Windows color (decimal): -751763 or 7178228. OLE color: 7178228.
HSL color Cylindrical-coordinate representation of color #F4876D: hue angle of 11.56º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F4876D is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 135 | 109 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.04 |
| HSL | 11.56º | 0.86% | 0.69% | - |
| HSV(B) | 11.56º | 0.55% | 0.96% | - |
| XYZ | 48.73 | 37.67 | 19.17 | - |
| YUV | 164.63 | 96.61 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 135 | 109 | 0 | 0.45 | 0.55 | 0.04 | 11.56 | 0.86 | 0.69 |
| Hex | F4 | 87 | 6D | 0 | 2D | 37 | 4 | C | 56 | 45 |
| Octal | 364 | 207 | 155 | 0 | 55 | 67 | 4 | 14 | 126 | 105 |
| Binary | 11110100 | 10000111 | 1101101 | 0 | 101101 | 110111 | 100 | 1100 | 1010110 | 1000101 |
Color Harmonies of #F4876D
Complementary color
Monochromatic Colors of #F4876D
Black with #F4876D
Text Example
Text Example
White with #F4876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4876D; }
p { color: rgb(244,135,109); }
H1.HeaderClassName
{
color: #F4876D;
}
.AnyTagClassName
{
color: #F4876D;
}
</style>
background-color css
<style>
a { background-color: #F4876D; }
a { background-color: rgb(244,135,109); }
div.DivClassName
{
background-color: #F4876D;
}
.BgClassName
{
background-color: #F4876D;
}
</style>
border-color css
<style>
span { border-color: #F4876D; }
span { border-color: rgb(244,135,109); }
td.TdClassName
{
border-color: #F4876D;
}
.TagClassName
{
border-color: #F4876D;
}
</style>