Shades of Salmon #F4836D
Tints of Salmon #F4836D
RGB
CMYK
RGB Variations
Color information
#F4836D (or 0xF4836D) is known color: Salmon. HEX triplet: F4, 83 and 6D. RGB value is (244,131,109). Sum of RGB (Red+Green+Blue) = 244+131+109=484 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.41% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 244 - color contains mainly: red. Hex color #F4836D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4836D is #0B7C92. Grayscale: #A2A2A2. Windows color (decimal): -752787 or 7177204. OLE color: 7177204.
HSL color Cylindrical-coordinate representation of color #F4836D: hue angle of 9.78º 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 #F4836D is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 131 | 109 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.04 |
| HSL | 9.78º | 0.86% | 0.69% | - |
| HSV(B) | 9.78º | 0.55% | 0.96% | - |
| XYZ | 48.18 | 36.57 | 18.99 | - |
| YUV | 162.28 | 97.94 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 131 | 109 | 0 | 0.46 | 0.55 | 0.04 | 9.78 | 0.86 | 0.69 |
| Hex | F4 | 83 | 6D | 0 | 2E | 37 | 4 | A | 56 | 45 |
| Octal | 364 | 203 | 155 | 0 | 56 | 67 | 4 | 12 | 126 | 105 |
| Binary | 11110100 | 10000011 | 1101101 | 0 | 101110 | 110111 | 100 | 1010 | 1010110 | 1000101 |
Color Harmonies of #F4836D
Complementary color
Monochromatic Colors of #F4836D
Black with #F4836D
Text Example
Text Example
White with #F4836D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4836D; }
p { color: rgb(244,131,109); }
H1.HeaderClassName
{
color: #F4836D;
}
.AnyTagClassName
{
color: #F4836D;
}
</style>
background-color css
<style>
a { background-color: #F4836D; }
a { background-color: rgb(244,131,109); }
div.DivClassName
{
background-color: #F4836D;
}
.BgClassName
{
background-color: #F4836D;
}
</style>
border-color css
<style>
span { border-color: #F4836D; }
span { border-color: rgb(244,131,109); }
td.TdClassName
{
border-color: #F4836D;
}
.TagClassName
{
border-color: #F4836D;
}
</style>