Shades of Light Salmon #F49B7A
Tints of Light Salmon #F49B7A
RGB
CMYK
RGB Variations
Color information
#F49B7A (or 0xF49B7A) is known color: Light Salmon. HEX triplet: F4, 9B and 7A. RGB value is (244,155,122). Sum of RGB (Red+Green+Blue) = 244+155+122=521 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.83% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 244 - color contains mainly: red. Hex color #F49B7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49B7A is #0B6485. Grayscale: #B2B2B2. Windows color (decimal): -746630 or 8035316. OLE color: 8035316.
HSL color Cylindrical-coordinate representation of color #F49B7A: hue angle of 16.23º 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 #F49B7A is Cyan = 0, Magento = 0.36, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 155 | 122 | - |
| CMYK | 0 | 0.36 | 0.5 | 0.04 |
| HSL | 16.23º | 0.85% | 0.72% | - |
| HSV(B) | 16.23º | 0.5% | 0.96% | - |
| XYZ | 52.54 | 44.08 | 24.15 | - |
| YUV | 177.85 | 96.49 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 155 | 122 | 0 | 0.36 | 0.5 | 0.04 | 16.23 | 0.85 | 0.72 |
| Hex | F4 | 9B | 7A | 0 | 24 | 32 | 4 | 10 | 55 | 48 |
| Octal | 364 | 233 | 172 | 0 | 44 | 62 | 4 | 20 | 125 | 110 |
| Binary | 11110100 | 10011011 | 1111010 | 0 | 100100 | 110010 | 100 | 10000 | 1010101 | 1001000 |
Color Harmonies of #F49B7A
Complementary color
Monochromatic Colors of #F49B7A
Black with #F49B7A
Text Example
Text Example
White with #F49B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49B7A; }
p { color: rgb(244,155,122); }
H1.HeaderClassName
{
color: #F49B7A;
}
.AnyTagClassName
{
color: #F49B7A;
}
</style>
background-color css
<style>
a { background-color: #F49B7A; }
a { background-color: rgb(244,155,122); }
div.DivClassName
{
background-color: #F49B7A;
}
.BgClassName
{
background-color: #F49B7A;
}
</style>
border-color css
<style>
span { border-color: #F49B7A; }
span { border-color: rgb(244,155,122); }
td.TdClassName
{
border-color: #F49B7A;
}
.TagClassName
{
border-color: #F49B7A;
}
</style>