Shades of Dark Salmon #F39C7A
Tints of Dark Salmon #F39C7A
RGB
CMYK
RGB Variations
Color information
#F39C7A (or 0xF39C7A) is known color: Dark Salmon. HEX triplet: F3, 9C and 7A. RGB value is (243,156,122). Sum of RGB (Red+Green+Blue) = 243+156+122=521 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.64% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 243 - color contains mainly: red. Hex color #F39C7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F39C7A is #0C6385. Grayscale: #B2B2B2. Windows color (decimal): -811910 or 8035571. OLE color: 8035571.
HSL color Cylindrical-coordinate representation of color #F39C7A: hue angle of 16.86º 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 #F39C7A is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 156 | 122 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.05 |
| HSL | 16.86º | 0.83% | 0.72% | - |
| HSV(B) | 16.86º | 0.5% | 0.95% | - |
| XYZ | 52.36 | 44.24 | 24.19 | - |
| YUV | 178.14 | 96.32 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 156 | 122 | 0 | 0.36 | 0.50 | 0.05 | 16.86 | 0.83 | 0.72 |
| Hex | F3 | 9C | 7A | 0 | 24 | 32 | 5 | 11 | 53 | 48 |
| Octal | 363 | 234 | 172 | 0 | 44 | 62 | 5 | 21 | 123 | 110 |
| Binary | 11110011 | 10011100 | 1111010 | 0 | 100100 | 110010 | 101 | 10001 | 1010011 | 1001000 |
Color Harmonies of #F39C7A
Complementary color
Monochromatic Colors of #F39C7A
Black with #F39C7A
Text Example
Text Example
White with #F39C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F39C7A; }
p { color: rgb(243,156,122); }
H1.HeaderClassName
{
color: #F39C7A;
}
.AnyTagClassName
{
color: #F39C7A;
}
</style>
background-color css
<style>
a { background-color: #F39C7A; }
a { background-color: rgb(243,156,122); }
div.DivClassName
{
background-color: #F39C7A;
}
.BgClassName
{
background-color: #F39C7A;
}
</style>
border-color css
<style>
span { border-color: #F39C7A; }
span { border-color: rgb(243,156,122); }
td.TdClassName
{
border-color: #F39C7A;
}
.TagClassName
{
border-color: #F39C7A;
}
</style>