Shades of Light Salmon #F39D7A
Tints of Light Salmon #F39D7A
RGB
CMYK
RGB Variations
Color information
#F39D7A (or 0xF39D7A) is known color: Light Salmon. HEX triplet: F3, 9D and 7A. RGB value is (243,157,122). Sum of RGB (Red+Green+Blue) = 243+157+122=522 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.55% from 522); Green value is 157 (61.72% from 255 or 30.08% from 522); Blue value is 122 (48.05% from 255 or 23.37% from 522); Max value from RGB is 243 - color contains mainly: red. Hex color #F39D7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F39D7A is #0C6285. Grayscale: #B2B2B2. Windows color (decimal): -811654 or 8035827. OLE color: 8035827.
HSL color Cylindrical-coordinate representation of color #F39D7A: hue angle of 17.36º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F39D7A is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 157 | 122 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.05 |
| HSL | 17.36º | 0.83% | 0.72% | - |
| HSV(B) | 17.36º | 0.5% | 0.95% | - |
| XYZ | 52.53 | 44.57 | 24.25 | - |
| YUV | 178.72 | 95.99 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 157 | 122 | 0 | 0.35 | 0.50 | 0.05 | 17.36 | 0.83 | 0.72 |
| Hex | F3 | 9D | 7A | 0 | 23 | 32 | 5 | 11 | 53 | 48 |
| Octal | 363 | 235 | 172 | 0 | 43 | 62 | 5 | 21 | 123 | 110 |
| Binary | 11110011 | 10011101 | 1111010 | 0 | 100011 | 110010 | 101 | 10001 | 1010011 | 1001000 |
Color Harmonies of #F39D7A
Complementary color
Monochromatic Colors of #F39D7A
Black with #F39D7A
Text Example
Text Example
White with #F39D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F39D7A; }
p { color: rgb(243,157,122); }
H1.HeaderClassName
{
color: #F39D7A;
}
.AnyTagClassName
{
color: #F39D7A;
}
</style>
background-color css
<style>
a { background-color: #F39D7A; }
a { background-color: rgb(243,157,122); }
div.DivClassName
{
background-color: #F39D7A;
}
.BgClassName
{
background-color: #F39D7A;
}
</style>
border-color css
<style>
span { border-color: #F39D7A; }
span { border-color: rgb(243,157,122); }
td.TdClassName
{
border-color: #F39D7A;
}
.TagClassName
{
border-color: #F39D7A;
}
</style>