Shades of Salmon #F4866B
Tints of Salmon #F4866B
RGB
CMYK
RGB Variations
Color information
#F4866B (or 0xF4866B) is known color: Salmon. HEX triplet: F4, 86 and 6B. RGB value is (244,134,107). Sum of RGB (Red+Green+Blue) = 244+134+107=485 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.31% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 107 (42.19% from 255 or 22.06% from 485); Max value from RGB is 244 - color contains mainly: red. Hex color #F4866B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4866B is #0B7994. Grayscale: #A4A4A4. Windows color (decimal): -752021 or 7046900. OLE color: 7046900.
HSL color Cylindrical-coordinate representation of color #F4866B: hue angle of 11.82º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F4866B is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 134 | 107 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.04 |
| HSL | 11.82º | 0.86% | 0.69% | - |
| HSV(B) | 11.82º | 0.56% | 0.96% | - |
| XYZ | 48.49 | 37.34 | 18.56 | - |
| YUV | 163.81 | 95.94 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 134 | 107 | 0 | 0.45 | 0.56 | 0.04 | 11.82 | 0.86 | 0.69 |
| Hex | F4 | 86 | 6B | 0 | 2D | 38 | 4 | C | 56 | 45 |
| Octal | 364 | 206 | 153 | 0 | 55 | 70 | 4 | 14 | 126 | 105 |
| Binary | 11110100 | 10000110 | 1101011 | 0 | 101101 | 111000 | 100 | 1100 | 1010110 | 1000101 |
Color Harmonies of #F4866B
Complementary color
Monochromatic Colors of #F4866B
Black with #F4866B
Text Example
Text Example
White with #F4866B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4866B; }
p { color: rgb(244,134,107); }
H1.HeaderClassName
{
color: #F4866B;
}
.AnyTagClassName
{
color: #F4866B;
}
</style>
background-color css
<style>
a { background-color: #F4866B; }
a { background-color: rgb(244,134,107); }
div.DivClassName
{
background-color: #F4866B;
}
.BgClassName
{
background-color: #F4866B;
}
</style>
border-color css
<style>
span { border-color: #F4866B; }
span { border-color: rgb(244,134,107); }
td.TdClassName
{
border-color: #F4866B;
}
.TagClassName
{
border-color: #F4866B;
}
</style>