Shades of Salmon #F4826B
Tints of Salmon #F4826B
RGB
CMYK
RGB Variations
Color information
#F4826B (or 0xF4826B) is known color: Salmon. HEX triplet: F4, 82 and 6B. RGB value is (244,130,107). Sum of RGB (Red+Green+Blue) = 244+130+107=481 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.73% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 244 - color contains mainly: red. Hex color #F4826B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4826B is #0B7D94. Grayscale: #A1A1A1. Windows color (decimal): -753045 or 7045876. OLE color: 7045876.
HSL color Cylindrical-coordinate representation of color #F4826B: hue angle of 10.07º 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 #F4826B is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 130 | 107 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.04 |
| HSL | 10.07º | 0.86% | 0.69% | - |
| HSV(B) | 10.07º | 0.56% | 0.96% | - |
| XYZ | 47.94 | 36.26 | 18.38 | - |
| YUV | 161.46 | 97.27 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 130 | 107 | 0 | 0.47 | 0.56 | 0.04 | 10.07 | 0.86 | 0.69 |
| Hex | F4 | 82 | 6B | 0 | 2F | 38 | 4 | A | 56 | 45 |
| Octal | 364 | 202 | 153 | 0 | 57 | 70 | 4 | 12 | 126 | 105 |
| Binary | 11110100 | 10000010 | 1101011 | 0 | 101111 | 111000 | 100 | 1010 | 1010110 | 1000101 |
Color Harmonies of #F4826B
Complementary color
Monochromatic Colors of #F4826B
Black with #F4826B
Text Example
Text Example
White with #F4826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4826B; }
p { color: rgb(244,130,107); }
H1.HeaderClassName
{
color: #F4826B;
}
.AnyTagClassName
{
color: #F4826B;
}
</style>
background-color css
<style>
a { background-color: #F4826B; }
a { background-color: rgb(244,130,107); }
div.DivClassName
{
background-color: #F4826B;
}
.BgClassName
{
background-color: #F4826B;
}
</style>
border-color css
<style>
span { border-color: #F4826B; }
span { border-color: rgb(244,130,107); }
td.TdClassName
{
border-color: #F4826B;
}
.TagClassName
{
border-color: #F4826B;
}
</style>