Shades of Light Salmon #F39D7B
Tints of Light Salmon #F39D7B
RGB
CMYK
RGB Variations
Color information
#F39D7B (or 0xF39D7B) is known color: Light Salmon. HEX triplet: F3, 9D and 7B. RGB value is (243,157,123). Sum of RGB (Red+Green+Blue) = 243+157+123=523 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.46% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 123 (48.44% from 255 or 23.52% from 523); Max value from RGB is 243 - color contains mainly: red. Hex color #F39D7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F39D7B is #0C6284. Grayscale: #B3B3B3. Windows color (decimal): -811653 or 8101363. OLE color: 8101363.
HSL color Cylindrical-coordinate representation of color #F39D7B: hue angle of 17º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F39D7B is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 157 | 123 | - |
| CMYK | 0 | 0.35 | 0.49 | 0.05 |
| HSL | 17º | 0.83% | 0.72% | - |
| HSV(B) | 17º | 0.49% | 0.95% | - |
| XYZ | 52.59 | 44.6 | 24.58 | - |
| YUV | 178.84 | 96.49 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 157 | 123 | 0 | 0.35 | 0.49 | 0.05 | 17 | 0.83 | 0.72 |
| Hex | F3 | 9D | 7B | 0 | 23 | 31 | 5 | 11 | 53 | 48 |
| Octal | 363 | 235 | 173 | 0 | 43 | 61 | 5 | 21 | 123 | 110 |
| Binary | 11110011 | 10011101 | 1111011 | 0 | 100011 | 110001 | 101 | 10001 | 1010011 | 1001000 |
Color Harmonies of #F39D7B
Complementary color
Monochromatic Colors of #F39D7B
Black with #F39D7B
Text Example
Text Example
White with #F39D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F39D7B; }
p { color: rgb(243,157,123); }
H1.HeaderClassName
{
color: #F39D7B;
}
.AnyTagClassName
{
color: #F39D7B;
}
</style>
background-color css
<style>
a { background-color: #F39D7B; }
a { background-color: rgb(243,157,123); }
div.DivClassName
{
background-color: #F39D7B;
}
.BgClassName
{
background-color: #F39D7B;
}
</style>
border-color css
<style>
span { border-color: #F39D7B; }
span { border-color: rgb(243,157,123); }
td.TdClassName
{
border-color: #F39D7B;
}
.TagClassName
{
border-color: #F39D7B;
}
</style>