Shades of Salmon #F38C6D
Tints of Salmon #F38C6D
RGB
CMYK
RGB Variations
Color information
#F38C6D (or 0xF38C6D) is known color: Salmon. HEX triplet: F3, 8C and 6D. RGB value is (243,140,109). Sum of RGB (Red+Green+Blue) = 243+140+109=492 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.39% from 492); Green value is 140 (55.08% from 255 or 28.46% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38C6D is #0C7392. Grayscale: #A7A7A7. Windows color (decimal): -816019 or 7179507. OLE color: 7179507.
HSL color Cylindrical-coordinate representation of color #F38C6D: hue angle of 13.88º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F38C6D is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 140 | 109 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.05 |
| HSL | 13.88º | 0.85% | 0.69% | - |
| HSV(B) | 13.88º | 0.55% | 0.95% | - |
| XYZ | 49.1 | 38.91 | 19.39 | - |
| YUV | 167.26 | 95.12 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 140 | 109 | 0 | 0.42 | 0.55 | 0.05 | 13.88 | 0.85 | 0.69 |
| Hex | F3 | 8C | 6D | 0 | 2A | 37 | 5 | E | 55 | 45 |
| Octal | 363 | 214 | 155 | 0 | 52 | 67 | 5 | 16 | 125 | 105 |
| Binary | 11110011 | 10001100 | 1101101 | 0 | 101010 | 110111 | 101 | 1110 | 1010101 | 1000101 |
Color Harmonies of #F38C6D
Complementary color
Monochromatic Colors of #F38C6D
Black with #F38C6D
Text Example
Text Example
White with #F38C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38C6D; }
p { color: rgb(243,140,109); }
H1.HeaderClassName
{
color: #F38C6D;
}
.AnyTagClassName
{
color: #F38C6D;
}
</style>
background-color css
<style>
a { background-color: #F38C6D; }
a { background-color: rgb(243,140,109); }
div.DivClassName
{
background-color: #F38C6D;
}
.BgClassName
{
background-color: #F38C6D;
}
</style>
border-color css
<style>
span { border-color: #F38C6D; }
span { border-color: rgb(243,140,109); }
td.TdClassName
{
border-color: #F38C6D;
}
.TagClassName
{
border-color: #F38C6D;
}
</style>