Shades of Salmon #F4866D
Tints of Salmon #F4866D
RGB
CMYK
RGB Variations
Color information
#F4866D (or 0xF4866D) is known color: Salmon. HEX triplet: F4, 86 and 6D. RGB value is (244,134,109). Sum of RGB (Red+Green+Blue) = 244+134+109=487 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.10% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 244 - color contains mainly: red. Hex color #F4866D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4866D is #0B7992. Grayscale: #A4A4A4. Windows color (decimal): -752019 or 7177972. OLE color: 7177972.
HSL color Cylindrical-coordinate representation of color #F4866D: hue angle of 11.11º 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 #F4866D is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 134 | 109 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.04 |
| HSL | 11.11º | 0.86% | 0.69% | - |
| HSV(B) | 11.11º | 0.55% | 0.96% | - |
| XYZ | 48.59 | 37.39 | 19.12 | - |
| YUV | 164.04 | 96.94 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 134 | 109 | 0 | 0.45 | 0.55 | 0.04 | 11.11 | 0.86 | 0.69 |
| Hex | F4 | 86 | 6D | 0 | 2D | 37 | 4 | B | 56 | 45 |
| Octal | 364 | 206 | 155 | 0 | 55 | 67 | 4 | 13 | 126 | 105 |
| Binary | 11110100 | 10000110 | 1101101 | 0 | 101101 | 110111 | 100 | 1011 | 1010110 | 1000101 |
Color Harmonies of #F4866D
Complementary color
Monochromatic Colors of #F4866D
Black with #F4866D
Text Example
Text Example
White with #F4866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4866D; }
p { color: rgb(244,134,109); }
H1.HeaderClassName
{
color: #F4866D;
}
.AnyTagClassName
{
color: #F4866D;
}
</style>
background-color css
<style>
a { background-color: #F4866D; }
a { background-color: rgb(244,134,109); }
div.DivClassName
{
background-color: #F4866D;
}
.BgClassName
{
background-color: #F4866D;
}
</style>
border-color css
<style>
span { border-color: #F4866D; }
span { border-color: rgb(244,134,109); }
td.TdClassName
{
border-color: #F4866D;
}
.TagClassName
{
border-color: #F4866D;
}
</style>