Shades of Light Salmon #F49D7B
Tints of Light Salmon #F49D7B
RGB
CMYK
RGB Variations
Color information
#F49D7B (or 0xF49D7B) is known color: Light Salmon. HEX triplet: F4, 9D and 7B. RGB value is (244,157,123). Sum of RGB (Red+Green+Blue) = 244+157+123=524 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.56% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 123 (48.44% from 255 or 23.47% from 524); Max value from RGB is 244 - color contains mainly: red. Hex color #F49D7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49D7B is #0B6284. Grayscale: #B3B3B3. Windows color (decimal): -746117 or 8101364. OLE color: 8101364.
HSL color Cylindrical-coordinate representation of color #F49D7B: hue angle of 16.86º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F49D7B is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 157 | 123 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.04 |
| HSL | 16.86º | 0.85% | 0.72% | - |
| HSV(B) | 16.86º | 0.5% | 0.96% | - |
| XYZ | 52.94 | 44.78 | 24.59 | - |
| YUV | 179.14 | 96.32 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 157 | 123 | 0 | 0.36 | 0.50 | 0.04 | 16.86 | 0.85 | 0.72 |
| Hex | F4 | 9D | 7B | 0 | 24 | 32 | 4 | 11 | 55 | 48 |
| Octal | 364 | 235 | 173 | 0 | 44 | 62 | 4 | 21 | 125 | 110 |
| Binary | 11110100 | 10011101 | 1111011 | 0 | 100100 | 110010 | 100 | 10001 | 1010101 | 1001000 |
Color Harmonies of #F49D7B
Complementary color
Monochromatic Colors of #F49D7B
Black with #F49D7B
Text Example
Text Example
White with #F49D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49D7B; }
p { color: rgb(244,157,123); }
H1.HeaderClassName
{
color: #F49D7B;
}
.AnyTagClassName
{
color: #F49D7B;
}
</style>
background-color css
<style>
a { background-color: #F49D7B; }
a { background-color: rgb(244,157,123); }
div.DivClassName
{
background-color: #F49D7B;
}
.BgClassName
{
background-color: #F49D7B;
}
</style>
border-color css
<style>
span { border-color: #F49D7B; }
span { border-color: rgb(244,157,123); }
td.TdClassName
{
border-color: #F49D7B;
}
.TagClassName
{
border-color: #F49D7B;
}
</style>